[packages] bind: cleanup

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22471 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2010-08-03 11:59:34 +00:00
parent 6ab7a6355a
commit c318d65a72

View 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 \