From c325e0ab81b075cca0f5a10c42a687b3489f4f09 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 1 Apr 2007 13:36:03 +0000 Subject: [PATCH] fix bind compile on osx SVN-Revision: 6789 --- net/bind/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/bind/Makefile b/net/bind/Makefile index f7663e5655..89daeb71d9 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.30.2