From: Jo-Philipp Wich Date: Thu, 9 Dec 2010 17:15:32 +0000 (+0000) Subject: [packages] shadow: force full autoreconf X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=48d52e2e30b0f17930a627d86e6b2cd3feac1d93;p=openwrt%2Fsvn-archive%2Farchive.git [packages] shadow: force full autoreconf SVN-Revision: 24393 --- diff --git a/utils/shadow/Makefile b/utils/shadow/Makefile index 2a4ae49fd9..ae0846d295 100644 --- a/utils/shadow/Makefile +++ b/utils/shadow/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://ftp.pld-linux.org/software/shadow PKG_MD5SUM:=4fa404ebb4e29828232b3c9a2abddefd +PKG_FIXUP:=libtool +PKG_REMOVE_FILES:=aclocal.m4 ltmain.sh + PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -40,6 +43,11 @@ define Package/shadow/install true endef +define Build/Configure + (cd $(PKG_BUILD_DIR); autoreconf --force --install) + $(call Build/Configure/Default) +endef + define program define Package/shadow-$(1)