[packages] bind: cleanup
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 3 Aug 2010 11:59:34 +0000 (11:59 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 3 Aug 2010 11:59:34 +0000 (11:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22471 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/bind/Makefile

index bc9b21c..2b5e4dd 100644 (file)
@@ -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 \