diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-10 18:48:20 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-10 18:48:20 +0100 |
commit | efe52d2fe55061dfdc5fd33f44cf1879cc13f8dc (patch) | |
tree | d572132c5e174ba607a471d5cc64eccbefd87691 /utils | |
parent | 9afb5e8cf8f29d8a83bc08c73119e221feec008f (diff) | |
parent | 2e92e83d10a576b3be7ba6b228b45bdaefe9cb18 (diff) |
Merge pull request #762 from jow-/smartmontools-autoreconf
smartmontools: use generic autoreconf fixup
Diffstat (limited to 'utils')
-rw-r--r-- | utils/smartmontools/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/utils/smartmontools/Makefile b/utils/smartmontools/Makefile index 1db104125..b09165a09 100644 --- a/utils/smartmontools/Makefile +++ b/utils/smartmontools/Makefile @@ -19,6 +19,8 @@ PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com> PKG_LICENSE:=GPL-2.0+ PKG_LICENSE_FILES:=COPYING +PKG_FIXUP:=autoreconf + include $(INCLUDE_DIR)/package.mk define Package/smartmontools/Default @@ -61,13 +63,6 @@ CONFIGURE_VARS += \ LDFLAGS="$$$$LDFLAGS" \ LIBS="-nodefaultlibs -lc -luClibc++ -lm $(LIBGCC_S) -lc" \ -define Build/Configure - (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \ - ./autogen.sh \ - ); - $(call Build/Configure/Default) -endef - define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ BUILD_INFO='"(localbuild)"' \ |