[xiph-commits] r18565 - trunk/ogg

giles at svn.xiph.org giles at svn.xiph.org
Fri Aug 31 10:49:46 PDT 2012


Author: giles
Date: 2012-08-31 10:49:46 -0700 (Fri, 31 Aug 2012)
New Revision: 18565

Modified:
   trunk/ogg/ogg-uninstalled.pc.in
Log:
Provide the static library from ogg-uninstalled.pc.

Previously we linked libogg.la, which only works if the
caller is using libtool. This also forces a static link
when building against uninstalled libogg, which is is
usually what I want, but does require rebuilding after
an update.


Modified: trunk/ogg/ogg-uninstalled.pc.in
===================================================================
--- trunk/ogg/ogg-uninstalled.pc.in	2012-08-31 17:22:07 UTC (rev 18564)
+++ trunk/ogg/ogg-uninstalled.pc.in	2012-08-31 17:49:46 UTC (rev 18565)
@@ -10,5 +10,5 @@
 Version: @VERSION@
 Requires:
 Conflicts:
-Libs: ${libdir}/libogg.la
+Libs: ${libdir}/.libs/libogg.a
 Cflags: -I${includedir}



More information about the commits mailing list