From b6dfb798ba8ce4ef5724ee297ed3a6e691b15aa0 Mon Sep 17 00:00:00 2001 From: Josep Torra Date: Sat, 30 Mar 2013 12:57:10 +0100 Subject: pkgconfig: in -uninstalled ensure to link with the proper library Fixes build of GStreamer in gst-uninstalled on OSX with older liborc installed from macports at '/opt/local'. --- orc-uninstalled.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orc-uninstalled.pc.in b/orc-uninstalled.pc.in index 7c18fc4..fce4cef 100644 --- a/orc-uninstalled.pc.in +++ b/orc-uninstalled.pc.in @@ -6,7 +6,7 @@ includedir=${pcfiledir}/ Name: orc-@ORC_MAJORMINOR@ uninstalled Description: Library of Optimized Inner Loops Runtime Compiler Version: @VERSION@ -Libs: -L${libdir} -lorc-@ORC_MAJORMINOR@ @LIBM@ @LIBRT@ +Libs: @abs_top_builddir@/orc/liborc-@ORC_MAJORMINOR@.la @LIBM@ @LIBRT@ Cflags: -I${includedir} orcc=${pcfiledir}/tools/orcc@EXEEXT@ -- cgit v1.2.3