X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/fc7ac0c1a5bc340edcfdd1d27f902c01aca1ee9f..1a74e76fb9283d31c040d1253e635c9a1e56afd0:/package/bridge-utils/Makefile?ds=sidebyside diff --git a/package/bridge-utils/Makefile b/package/bridge-utils/Makefile index de9bc95d7..0b6eaecb8 100644 --- a/package/bridge-utils/Makefile +++ b/package/bridge-utils/Makefile @@ -4,19 +4,18 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=bridge-utils -PKG_VERSION:=1.4 PKG_RELEASE:=1 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/bridge +PKG_VERSION:=1.4 PKG_MD5SUM:=0182fcac3a2b307113bbec34e5f1c673 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz + include $(INCLUDE_DIR)/package.mk define Package/bridge @@ -34,10 +33,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