mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 20:09:55 +02:00
strip third arg (dir name) to Build/Configure/Default macro
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5261 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ee50693ca9
commit
cd9b1ca0b1
@ -290,7 +290,7 @@ define Build/Prepare
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure/Default
|
define Build/Configure/Default
|
||||||
(cd $(PKG_BUILD_DIR)/$(3); \
|
(cd $(PKG_BUILD_DIR)/$(strip $(3)); \
|
||||||
if [ -x configure ]; then \
|
if [ -x configure ]; then \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
|
Loading…
Reference in New Issue
Block a user