override sed configuration to work with FreeBSD (#4531)
SVN-Revision: 17022
This commit is contained in:
parent
3eedb2a791
commit
b78a0f257e
@ -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…
Reference in New Issue
Block a user