From c318d65a72e4ef01492f63e3df84b6c0ea7aaf6a Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 3 Aug 2010 11:59:34 +0000 Subject: [PATCH] [packages] bind: cleanup git-svn-id: svn://svn.openwrt.org/openwrt/packages@22471 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/bind/Makefile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/net/bind/Makefile b/net/bind/Makefile index bc9b21c9f..2b5e4dd8e 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -81,15 +81,16 @@ endef export BUILD_CC="$(TARGET_CC)" CONFIGURE_ARGS += \ - --enable-shared \ - --enable-static \ - --with-randomdev="/dev/urandom" \ - --disable-threads \ - --with-openssl="$(STAGING_DIR)/usr" \ - --with-libtool \ - --with-libxml2=no \ - , \ - BUILD_CC="$(TARGET_CC)" \ + --enable-shared \ + --enable-static \ + --with-randomdev="/dev/urandom" \ + --disable-threads \ + --with-openssl="$(STAGING_DIR)/usr" \ + --with-libtool \ + --with-libxml2=no \ + +CONFIGURE_VARS += \ + BUILD_CC="$(TARGET_CC)" \ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR)/lib/dns \ -- 2.11.0