[packages/libcomps] - added link patch (fixes library linking)

qboosh qboosh at pld-linux.org
Sun Jun 15 21:29:23 CEST 2014


commit 4a777f83f8b889cf49c4a40547c55b17a416d094
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jun 15 21:33:16 2014 +0200

    - added link patch (fixes library linking)

 libcomps-link.patch | 10 ++++++++++
 1 file changed, 10 insertions(+)
---
diff --git a/libcomps-link.patch b/libcomps-link.patch
new file mode 100644
index 0000000..40dd8bd
--- /dev/null
+++ b/libcomps-link.patch
@@ -0,0 +1,10 @@
+--- libcomps-libcomps-0.1.6/libcomps/src/CMakeLists.txt.orig	2014-01-29 12:10:07.000000000 +0100
++++ libcomps-libcomps-0.1.6/libcomps/src/CMakeLists.txt	2014-06-15 20:05:25.396247741 +0200
+@@ -37,6 +37,7 @@
+ add_library(libcomps SHARED ${libcomps_SOURCES})
+ target_link_libraries(libcomps ${EXPAT_LIBRARY})
+ target_link_libraries(libcomps ${LIBXML2_LIBRARIES})
++target_link_libraries(libcomps m)
+ set_target_properties(libcomps PROPERTIES OUTPUT_NAME "comps")
+ set_target_properties(libcomps PROPERTIES SOVERSION ${VERSION})
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libcomps.git/commitdiff/4a777f83f8b889cf49c4a40547c55b17a416d094



More information about the pld-cvs-commit mailing list