Fix bridge-utils configuration failure (#3931), thanks sn9
[openwrt.git] / package / bridge-utils / Makefile
index 6dea484..c771ab7 100644 (file)
@@ -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) \
        )
This page took 0.021783 seconds and 4 git commands to generate.