mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:46:16 +02:00
Fix configure script path when not at the root of $(PKG_BUILD_DIR), thanks Daniel Dickinson (#5255)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16656 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
67bb8e97eb
commit
c2299025a7
@ -70,7 +70,7 @@ CONFIGURE_VARS = \
|
|||||||
LDFLAGS="$(TARGET_LDFLAGS) $(EXTRA_LDFLAGS)" \
|
LDFLAGS="$(TARGET_LDFLAGS) $(EXTRA_LDFLAGS)" \
|
||||||
|
|
||||||
CONFIGURE_PATH = .
|
CONFIGURE_PATH = .
|
||||||
CONFIGURE_CMD = $(CONFIGURE_PATH)/configure
|
CONFIGURE_CMD = ./configure
|
||||||
|
|
||||||
replace_script=$(FIND) $(1) -name $(2) | $(XARGS) chmod u+w; $(FIND) $(1) -name $(2) | $(XARGS) -n1 cp $(SCRIPT_DIR)/$(2);
|
replace_script=$(FIND) $(1) -name $(2) | $(XARGS) chmod u+w; $(FIND) $(1) -name $(2) | $(XARGS) -n1 cp $(SCRIPT_DIR)/$(2);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user