From: Rod Whitby 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://git.lede-project.org./?a=commitdiff_plain;h=328f7e7be7102c12e3fc0965d4f9643a4ca1d32d;p=openwrt%2Fsvn-archive%2Fpackages.git dhcp-forwarder: Disable dietlibc, as it usually doesn't work for cross compilation (and certainly didn't on Debian Etch). SVN-Revision: 7370 --- 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/