mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
Merge pull request #762 from jow-/smartmontools-autoreconf
smartmontools: use generic autoreconf fixup
This commit is contained in:
@@ -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)"' \
|
||||
|
||||
Reference in New Issue
Block a user