pkgconfig: in -uninstalled ensure to link with the proper library
authorJosep Torra <n770galaxy@gmail.com>
Sat, 30 Mar 2013 11:57:10 +0000 (12:57 +0100)
committerJosep Torra <n770galaxy@gmail.com>
Sat, 30 Mar 2013 12:07:54 +0000 (13:07 +0100)
Fixes build of GStreamer in gst-uninstalled on OSX with older liborc
installed from macports at '/opt/local'.

orc-uninstalled.pc.in

index 7c18fc4..fce4cef 100644 (file)
@@ -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@