Fix bridge-utils configuration failure (#3931), thanks sn9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12388 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
b98cd0193c
commit
5cadbecad4
|
@ -44,6 +44,7 @@ CONFIGURE_ARGS += \
|
|||
|
||||
define Build/Configure
|
||||
(cd $(PKG_BUILD_DIR); \
|
||||
[ "$(PKG_VERSION)" = "1.0.6" ] || ln -s configure.in configure.ac; \
|
||||
autoconf; \
|
||||
./configure $(CONFIGURE_ARGS) \
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue