[packages] ipset: fix compilations against Linux v3.3 and newer (ipv6_addr_copy(...
[openwrt/svn-archive/archive.git] / utils / shadow / Makefile
index ae0846d295ad19ae8fe7a4ca8e31c7514a9537f5..2986312a7e64749225e84fbdbfe475b2ddacefb0 100644 (file)
@@ -16,7 +16,6 @@ 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
 
@@ -43,11 +42,6 @@ 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)