projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e842213
)
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)
SVN-Revision: 12388
package/bridge-utils/Makefile
patch
|
blob
|
history
diff --git
a/package/bridge-utils/Makefile
b/package/bridge-utils/Makefile
index 6dea48435655515fed99ca4b658cf625d1d6fa5b..c771ab7cb59ad65609b8bbf7c1953788ee31286a 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) \
)