From db1613528e8c197c3421fb23f8a10f4fb2d16245 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 1 Apr 2007 13:36:03 +0000 Subject: [PATCH] fix bind compile on osx git-svn-id: svn://svn.openwrt.org/openwrt/packages@6789 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/bind/Makefile | 1 + 1 file changed, 1 insertion(+) 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)" \ -- 2.11.0