projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b98cd01
)
Fix bridge-utils configuration failure (#3931), thanks sn9
author
Florian Fainelli
<florian@openwrt.org>
Mon, 25 Aug 2008 10:06:25 +0000
(10:06 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 25 Aug 2008 10:06:25 +0000
(10:06 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12388
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/bridge-utils/Makefile
patch
|
blob
|
history
diff --git
a/package/bridge-utils/Makefile
b/package/bridge-utils/Makefile
index
6dea484
..
c771ab7
100644
(file)
--- a/
package/bridge-utils/Makefile
+++ b/
package/bridge-utils/Makefile
@@
-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) \
)