[packages/libmysofa] - adjust statis library path too
qboosh
qboosh at pld-linux.org
Wed Feb 27 19:53:48 CET 2019
commit 1af84fcd4ecfbead23510b298d86fbf5050efd90
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Feb 27 19:59:21 2019 +0100
- adjust statis library path too
libmysofa-libdir.patch | 9 +++++++++
1 file changed, 9 insertions(+)
---
diff --git a/libmysofa-libdir.patch b/libmysofa-libdir.patch
index 5e65625..75c9bad 100644
--- a/libmysofa-libdir.patch
+++ b/libmysofa-libdir.patch
@@ -1,5 +1,14 @@
--- libmysofa-0.6/src/CMakeLists.txt.orig 2017-07-11 13:36:33.000000000 +0200
+++ libmysofa-0.6/src/CMakeLists.txt 2019-02-25 20:57:05.602899695 +0100
+@@ -50,7 +50,7 @@
+ target_link_libraries (mysofa-static ${MATH} ${ZLIB_LIBRARIES})
+ SET_TARGET_PROPERTIES(mysofa-static PROPERTIES OUTPUT_NAME mysofa CLEAN_DIRECT_OUTPUT 1 POSITION_INDEPENDENT_CODE ON)
+ install(TARGETS mysofa-static
+- ARCHIVE DESTINATION lib)
++ ARCHIVE DESTINATION lib${LIB_SUFFIX})
+
+ if(BUILD_SHARED_LIBS)
+ add_library(mysofa-shared SHARED ${libsrc})
@@ -62,7 +62,7 @@
GENERATE_EXPORT_HEADER(mysofa-shared BASE_NAME mysofa EXPORT_FILE_NAME ${CMAKE_SOURCE_DIR}/src/hrtf/mysofa_export.h)
install(TARGETS mysofa-shared
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libmysofa.git/commitdiff/1af84fcd4ecfbead23510b298d86fbf5050efd90
More information about the pld-cvs-commit
mailing list