override sed configuration to work with FreeBSD (#4531)
SVN-Revision: 17022
This commit is contained in:
parent
3eedb2a791
commit
b78a0f257e
1 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,14 @@ export SED:=
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
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
|
define Host/Compile
|
||||||
$(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)"
|
$(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)"
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue