[packages/opentracing-cpp] - fixed libdir

qboosh qboosh at pld-linux.org
Sun Jun 15 19:42:11 CEST 2025


commit 6e979f7ed432f680f233f402c4929388c0ba865a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jun 15 19:26:00 2025 +0200

    - fixed libdir

 opentracing-cpp.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/opentracing-cpp.spec b/opentracing-cpp.spec
index 5aaccec..21e5d62 100644
--- a/opentracing-cpp.spec
+++ b/opentracing-cpp.spec
@@ -58,7 +58,8 @@ cd build
 %cmake .. \
 	%{!?with_static_libs:-DBUILD_STATIC_LIBS=OFF} \
 	%{!?with_tests:-DBUILD_TESTING=OFF} \
-	-DENABLE_LINTING=OFF
+	-DENABLE_LINTING=OFF \
+	-DLIB_INSTALL_DIR=%{_lib}
 
 %{__make}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/opentracing-cpp.git/commitdiff/6e979f7ed432f680f233f402c4929388c0ba865a



More information about the pld-cvs-commit mailing list