mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
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
|
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…
x
Reference in New Issue
Block a user