1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-11 22:40:15 +02:00

Fix bridge-utils configuration failure (#3931), thanks sn9

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12388 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-08-25 10:06:25 +00:00
parent 19afa52270
commit 7102aaa3a3

View File

@ -44,6 +44,7 @@ CONFIGURE_ARGS += \
define Build/Configure define Build/Configure
(cd $(PKG_BUILD_DIR); \ (cd $(PKG_BUILD_DIR); \
[ "$(PKG_VERSION)" = "1.0.6" ] || ln -s configure.in configure.ac; \
autoconf; \ autoconf; \
./configure $(CONFIGURE_ARGS) \ ./configure $(CONFIGURE_ARGS) \
) )