add an hostapd-mini package with WPA support only, and move hostapd_cli in a
[openwrt.git] / package / libaudiofile / patches / 001-audiofile-config-libdirs.patch
1 --- libaudiofile-0.2.6/audiofile-config.in.orig 2004-03-06 07:39:23.000000000 +0100
2 +++ libaudiofile-0.2.6/audiofile-config.in 2005-12-13 14:15:52.000000000 +0100
3 @@ -45,7 +45,9 @@
4 echo $includes
5 ;;
6 --libs)
7 - libdirs=-L@libdir@
8 + if test @libdir@ != /usr/libdir ; then
9 + libdirs=-L@libdir@
10 + fi
11 echo $libdirs -laudiofile -lm
12 ;;
13 *)
This page took 0.0344100000000001 seconds and 5 git commands to generate.