1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-11 10:06:25 +02:00

override sed configuration to work with FreeBSD (#4531)

SVN-Revision: 17022
This commit is contained in:
Florian Fainelli 2009-07-26 18:09:20 +00:00
parent 3eedb2a791
commit b78a0f257e

View File

@ -17,6 +17,14 @@ export SED:=
include $(INCLUDE_DIR)/host-build.mk
define Build/Configure
( cd $(PKG_BUILD_DIR); \
./configure \
--prefix=$(STAGING_DIR_HOST) \
--infodir=/usr/info \
)
endef
define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)"
endef