1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Author: Dima Kogan <dkogan@debian.org>
Description: Not explicitly asking for already-standard search paths. No RPATHs
diff --git a/src/lib/geogram/geogram.pc.in b/src/lib/geogram/geogram.pc.in
index b7a3460..39e6afd 100644
--- a/src/lib/geogram/geogram.pc.in
+++ b/src/lib/geogram/geogram.pc.in
@@ -1,13 +1,10 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=${prefix}/include/@VORPALINE_INCLUDE_SUBPATH@
-libdir=${exec_prefix}/lib@LIB_SUFFIX@
Name: geogram
Description: fast, simple and easy-to-use primitives for geometric programming
Version: @VORPALINE_VERSION@
URL: http://alice.loria.fr/software/geogram
-Requires.private:
-Libs: -L${libdir} -Wl,-rpath ${libdir} -lgeogram
-Libs.private:
+Libs: -lgeogram
Cflags: -I${includedir}
diff --git a/src/lib/geogram_gfx/geogram_gfx.pc.in b/src/lib/geogram_gfx/geogram_gfx.pc.in
index 687b5bc..28a9679 100644
--- a/src/lib/geogram_gfx/geogram_gfx.pc.in
+++ b/src/lib/geogram_gfx/geogram_gfx.pc.in
@@ -1,13 +1,10 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=${prefix}/include/@VORPALINE_INCLUDE_SUBPATH@
-libdir=${exec_prefix}/lib@LIB_SUFFIX@
Name: geogram_gfx
Description: Graphic rendering and GUI for geogram
Version: @VORPALINE_VERSION@
URL: http://alice.loria.fr/software/geogram
-Requires.private:
-Libs: -L${libdir} -Wl,-rpath ${libdir} -lgeogram_gfx -lgeogram -l@GEO_GLFW3_LIBNAME@
-Libs.private:
+Libs: -lgeogram_gfx -lgeogram -l@GEO_GLFW3_LIBNAME@
Cflags: -I${includedir}
|