]> git.pld-linux.org Git - packages/libsndfile.git/blobdiff - libsndfile-link.patch
- added link patch (fix linking issue globally), don't hide an error on x32
[packages/libsndfile.git] / libsndfile-link.patch
diff --git a/libsndfile-link.patch b/libsndfile-link.patch
new file mode 100644 (file)
index 0000000..dea9bbb
--- /dev/null
@@ -0,0 +1,11 @@
+--- libsndfile-1.0.25/configure.ac.orig        2011-07-13 10:59:57.000000000 +0200
++++ libsndfile-1.0.25/configure.ac     2015-03-06 17:18:22.620080669 +0100
+@@ -335,7 +335,7 @@
+               enable_external_libs=yes
+               EXTERNAL_CFLAGS="$FLAC_CFLAGS $OGG_CFLAGS $VORBISENC_CFLAGS $SPEEX_CFLAGS"
+-              EXTERNAL_LIBS="$FLAC_LIBS $VORBISENC_LIBS $SPEEX_LIBS"
++              EXTERNAL_LIBS="$FLAC_LIBS $VORBISENC_LIBS $VORBIS_LIBS $SPEEX_LIBS $OGG_LIBS"
+       else
+               echo
+               AC_MSG_WARN([[*** One or more of the external libraries (ie libflac, libogg and]])
This page took 0.054899 seconds and 4 git commands to generate.