projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a199e6
)
Fix location to the libtldl libtool archive
author
Florian Fainelli
<florian@openwrt.org>
Fri, 10 Oct 2008 14:13:49 +0000
(14:13 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 10 Oct 2008 14:13:49 +0000
(14:13 +0000)
SVN-Revision: 12942
sound/pulseaudio/Makefile
patch
|
blob
|
history
diff --git
a/sound/pulseaudio/Makefile
b/sound/pulseaudio/Makefile
index 7051d6be6e944124a8ae9d307460d9420de6358a..b0f9b0e3902f503bf01caeca357d5ff3aa709a9c 100644
(file)
--- a/
sound/pulseaudio/Makefile
+++ b/
sound/pulseaudio/Makefile
@@
-53,6
+53,7
@@
define Build/Compile
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib $(SUPP_LIBS)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
+ LIBLTDL="$(STAGING_DIR)/usr/lib/libltdl.la" \
X_CFLAGS="" \
all install
endef