override sed configuration to work with FreeBSD (#4531)

SVN-Revision: 17022
master
Florian Fainelli 15 years ago
parent 3eedb2a791
commit b78a0f257e
  1. 8
      tools/sed/Makefile

@ -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

Loading…
Cancel
Save