strip third arg (dir name) to Build/Configure/Default macro
SVN-Revision: 5261
This commit is contained in:
parent
440fef816e
commit
ed081b6cd3
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ define Build/Prepare
|
|||
endef
|
||||
|
||||
define Build/Configure/Default
|
||||
(cd $(PKG_BUILD_DIR)/$(3); \
|
||||
(cd $(PKG_BUILD_DIR)/$(strip $(3)); \
|
||||
if [ -x configure ]; then \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
|
|
Loading…
Reference in a new issue