From: rwhitby Date: Mon, 28 May 2007 13:50:09 +0000 (+0000) Subject: dhcp-forwarder: Disable dietlibc, as it usually doesn't work for cross compilation... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=412c5ea56f8559d994a87c8f3ff996eed0ec90df;p=packages.git dhcp-forwarder: Disable dietlibc, as it usually doesn't work for cross compilation (and certainly didn't on Debian Etch). git-svn-id: svn://svn.openwrt.org/openwrt/packages@7370 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/dhcp-forwarder/Makefile b/net/dhcp-forwarder/Makefile index 34a608f2d..d5e2c1b4e 100644 --- a/net/dhcp-forwarder/Makefile +++ b/net/dhcp-forwarder/Makefile @@ -22,6 +22,9 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install include $(INCLUDE_DIR)/package.mk +CONFIGURE_ARGS += \ + --disable-dietlibc + define Package/dhcp-forwarder SECTION:=net CATEGORY:=Network @@ -41,7 +44,7 @@ define Build/Compile DESTDIR="$(PKG_INSTALL_DIR)" \ all install endef - + define Package/dhcp-forwarder/install $(INSTALL_DIR) $(1)/usr/bin $(CP) $(PKG_INSTALL_DIR)/usr/sbin/dhcp-fwd $(1)/usr/bin/