mirror of https://github.com/hak5/openwrt.git
strip third arg (dir name) to Build/Configure/Default macro
SVN-Revision: 5261lede-17.01
parent
440fef816e
commit
ed081b6cd3
|
@ -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 New Issue