]> git.pld-linux.org Git - packages/libcomps.git/commitdiff
- added link patch (fixes library linking)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Jun 2014 19:33:16 +0000 (21:33 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Jun 2014 19:33:16 +0000 (21:33 +0200)
libcomps-link.patch [new file with mode: 0644]

diff --git a/libcomps-link.patch b/libcomps-link.patch
new file mode 100644 (file)
index 0000000..40dd8bd
--- /dev/null
@@ -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})
This page took 0.153361 seconds and 4 git commands to generate.