From: Nicolas Thill Date: Tue, 3 Aug 2010 11:59:34 +0000 (+0000) Subject: [packages] bind: cleanup X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=d2710dc38112fc7472c9ae84ed4cc23998fdeb03 [packages] bind: cleanup SVN-Revision: 22471 --- diff --git a/net/bind/Makefile b/net/bind/Makefile index bc9b21c9f5..2b5e4dd8eb 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 \