fix bind compile on osx
authorFelix Fietkau <nbd@openwrt.org>
Sun, 1 Apr 2007 13:36:03 +0000 (13:36 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 1 Apr 2007 13:36:03 +0000 (13:36 +0000)
SVN-Revision: 6789

net/bind/Makefile

index f7663e5655bdafd14374c92eadd3681b9fbd485c..89daeb71d9245d848c67c35d9d07a00bbfe2c9fd 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)" \