diff options
Diffstat (limited to 'package/bridge-utils')
| -rw-r--r-- | package/bridge-utils/Makefile | 12 | 
1 files changed, 7 insertions, 5 deletions
diff --git a/package/bridge-utils/Makefile b/package/bridge-utils/Makefile index c771ab7cb..e45bcb0f0 100644 --- a/package/bridge-utils/Makefile +++ b/package/bridge-utils/Makefile @@ -42,11 +42,13 @@ endef  CONFIGURE_ARGS += \  	--with-linux-headers="$(LINUX_DIR)" \ -define Build/Configure -	(cd $(PKG_BUILD_DIR); \ -	[ "$(PKG_VERSION)" = "1.0.6" ] || ln -s configure.in configure.ac; \ -	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  | 
