projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixed user-space br2684ctl to be more verbose, also copy all the libatm dependencies.
[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.05158 seconds
and
5
git commands to generate.