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
This commit is contained in:
parent
1f0d64e147
commit
412c5ea56f
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user