search for: _zgxxq3svxi23lnorrdaxaa1

Displaying 2 results from an estimated 2 matches for "_zgxxq3svxi23lnorrdaxaa1".

2013 Apr 06
0
[PATCH 1/2] Fix pkg-config files to avoid overlinking
...ibFLAC/flac.pc.in @@ -6,5 +6,7 @@ includedir=@includedir@ Name: FLAC Description: Free Lossless Audio Codec Library Version: @VERSION@ -Libs: -L${libdir} -lFLAC @OGG_LIBS@ -lm +Requires.private: @OGG_PACKAGE@ +Libs: -L${libdir} -lFLAC +Libs.private: -lm Cflags: -I${includedir} -- 1.7.10.4 --=_zgXxQ3sVxI23LNoRrdaXaA1 Content-Type: text/x-patch; charset=us-ascii; name=0002-Only-link-against-libogg-and-libm-if-needed.patch Content-Disposition: attachment; filename=0002-Only-link-against-libogg-and-libm-if-needed.patch; size=3995
2013 Apr 06
0
[PATCH 2/2] Only link against libogg (and libm) if needed
...,7 @@ AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include noinst_PROGRAMS = test_seeking test_seeking_LDADD = \ - $(top_builddir)/src/libFLAC/libFLAC.la \ - @OGG_LIBS@ \ - -lm + $(top_builddir)/src/libFLAC/libFLAC.la test_seeking_SOURCES = \ main.c -- 1.7.10.4 --=_zgXxQ3sVxI23LNoRrdaXaA1--