From b38d493b4eec08c7f3cb8dfe551e62762fa930f8 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 26 Jul 2009 18:09:20 +0000 Subject: [PATCH] [tools] override sed configuration to work with FreeBSD (#4531) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17022 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/sed/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/sed/Makefile b/tools/sed/Makefile index f15299c96..423e2982e 100644 --- a/tools/sed/Makefile +++ b/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 -- 2.35.1