From 2f0326c2a5f4b3960d5e217ace48fdfe5c91c250 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Mon, 28 May 2007 13:50:09 +0000 Subject: [PATCH] dhcp-forwarder: Disable dietlibc, as it usually doesn't work for cross compilation (and certainly didn't on Debian Etch). SVN-Revision: 7370 --- net/dhcp-forwarder/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net/dhcp-forwarder/Makefile b/net/dhcp-forwarder/Makefile index 34a608f2d9..d5e2c1b4ec 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/ -- 2.30.2