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:
3997b43
)
fix bind compile on osx
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 1 Apr 2007 13:36:03 +0000
(13:36 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 1 Apr 2007 13:36:03 +0000
(13:36 +0000)
SVN-Revision: 6789
net/bind/Makefile
patch
|
blob
|
history
diff --git
a/net/bind/Makefile
b/net/bind/Makefile
index f7663e5655bdafd14374c92eadd3681b9fbd485c..89daeb71d9245d848c67c35d9d07a00bbfe2c9fd 100644
(file)
--- a/
net/bind/Makefile
+++ b/
net/bind/Makefile
@@
-91,6
+91,7
@@
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR)/lib/dns \
CC="$(HOSTCC)" \
CFLAGS="-O2" \
+ LIBS="" \
gen
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \