X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/1454293414a6ade62341cf8f2a8f5067e3a921af..8f32d322ca729e22171c79900b354edfdcc3afd8:/package/bridge-utils/Makefile diff --git a/package/bridge-utils/Makefile b/package/bridge-utils/Makefile index 6dea48435..e45bcb0f0 100644 --- a/package/bridge-utils/Makefile +++ b/package/bridge-utils/Makefile @@ -42,10 +42,13 @@ endef CONFIGURE_ARGS += \ --with-linux-headers="$(LINUX_DIR)" \ -define Build/Configure - (cd $(PKG_BUILD_DIR); \ - autoconf; \ - ./configure $(CONFIGURE_ARGS) \ +define Build/Prepare +$(call Build/Prepare/Default) + ( cd $(PKG_BUILD_DIR) ; \ + [ -f ./configure ] || { \ + ln -sf configure.in configure.ac ; \ + autoconf ; \ + } \ ) endef