Author: rthomsen
Date: 2012-04-14 10:29:44 -0600 (Sat, 14 Apr 2012)
New Revision: 2417
Added:
trunk/kde4runtime/
trunk/kde4runtime/kde-runtime-4.8.2-rpc_fix-1.patch
Log:
Added patch for kderuntime
Added: trunk/kde4runtime/kde-runtime-4.8.2-rpc_fix-1.patch
===================================================================
--- trunk/kde4runtime/kde-runtime-4.8.2-rpc_fix-1.patch
(rev 0)
+++ trunk/kde4runtime/kde-runtime-4.8.2-rpc_fix-1.patch 2012-04-14 16:29:44 UTC
(rev 2417)
@@ -0,0 +1,19 @@
+Submitted By: Ragnar Thomsen <rthomsen_at_linuxfromscratch_dot_org>
+Date: 2012-04-14
+Initial Package Version: 4.8.2
+Description: Fixes linking to libtirpc
+
+diff -Naur a/kioslave/nfs/CMakeLists.txt b/kioslave/nfs/CMakeLists.txt
+--- a/kioslave/nfs/CMakeLists.txt 2011-07-27 20:36:16.000000000 +0200
++++ b/kioslave/nfs/CMakeLists.txt 2012-04-04 14:26:09.899031662 +0200
+@@ -3,8 +3,8 @@
+
+ kde4_add_plugin(kio_nfs ${kio_nfs_PART_SRCS})
+
+-
+-target_link_libraries(kio_nfs ${KDE4_KIO_LIBS})
++include_directories(/usr/include/tirpc)
++target_link_libraries(kio_nfs ${KDE4_KIO_LIBS} tirpc)
+
+ install(TARGETS kio_nfs DESTINATION ${PLUGIN_INSTALL_DIR} )
+
--
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page