From 444176e8aa3a958f147f15542793678b619be262 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 28 Oct 2013 16:33:41 +0100 Subject: fix host build stuff and update-patches, convert cifs-utils and libaudiofile to new autotool infrastructure --- package/libaudiofile/patches/patch-audiofile-config_in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/libaudiofile/patches/patch-audiofile-config_in (limited to 'package/libaudiofile/patches/patch-audiofile-config_in') diff --git a/package/libaudiofile/patches/patch-audiofile-config_in b/package/libaudiofile/patches/patch-audiofile-config_in new file mode 100644 index 000000000..fe1acc715 --- /dev/null +++ b/package/libaudiofile/patches/patch-audiofile-config_in @@ -0,0 +1,13 @@ +--- audiofile-0.2.7.orig/audiofile-config.in 2010-03-12 09:57:54.000000000 +0100 ++++ audiofile-0.2.7/audiofile-config.in 2013-10-27 19:45:25.000000000 +0100 +@@ -45,7 +45,9 @@ while test $# -gt 0; do + echo $includes + ;; + --libs) +- libdirs=-L@libdir@ ++ if test @libdir@ != /usr/libdir ; then ++ libdirs=-L@libdir@ ++ fi + echo $libdirs -laudiofile -lm + ;; + *) -- cgit v1.2.3