diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-08-25 10:06:25 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-08-25 10:06:25 +0000 |
commit | d16323d4813ae45c369ecc14b6e0d559bafcc4af (patch) | |
tree | 41094177d1872fa1852df1220ae7df95992ab8bb /package/bridge-utils | |
parent | e8422131f107949217eb523121b84b38394ae2a1 (diff) | |
download | upstream-d16323d4813ae45c369ecc14b6e0d559bafcc4af.tar.gz upstream-d16323d4813ae45c369ecc14b6e0d559bafcc4af.tar.bz2 upstream-d16323d4813ae45c369ecc14b6e0d559bafcc4af.zip |
Fix bridge-utils configuration failure (#3931), thanks sn9
SVN-Revision: 12388
Diffstat (limited to 'package/bridge-utils')
-rw-r--r-- | package/bridge-utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/bridge-utils/Makefile b/package/bridge-utils/Makefile index 6dea484356..c771ab7cb5 100644 --- 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) \ ) |