fix bind compile on osx
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 1 Apr 2007 13:36:03 +0000 (13:36 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 1 Apr 2007 13:36:03 +0000 (13:36 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6789 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/bind/Makefile

index f7663e5..89daeb7 100644 (file)
@@ -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)" \