From: Felix Fietkau Date: Sun, 1 Apr 2007 13:36:03 +0000 (+0000) Subject: fix bind compile on osx X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ff9e4f36fee809c767d13f2cefc75e2492185514;p=openwrt%2Fsvn-archive%2Fpackages.git fix bind compile on osx SVN-Revision: 6789 --- diff --git a/net/bind/Makefile b/net/bind/Makefile index f7663e565..89daeb71d 100644 --- 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)" \