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}
