Merge pull request #762 from jow-/smartmontools-autoreconf
smartmontools: use generic autoreconf fixup
This commit is contained in:
commit
efe52d2fe5
1 changed files with 2 additions and 7 deletions
|
@ -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)"' \
|
||||
|
|
Loading…
Reference in a new issue