mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:23:09 +02:00
[tools] override sed configuration to work with FreeBSD (#4531)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17022 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9cfe8533af
commit
b38d493b4e
@ -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 New Issue
Block a user