libpam: remove autoreconf call from configure macro
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 24 Oct 2013 09:59:58 +0000 (09:59 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 24 Oct 2013 09:59:58 +0000 (09:59 +0000)
Hello,

I am not so experienced with autoreconf, but the following patch
fixes the package breakage which can be seen in buildbot logs.
Autoreconf call is also specified in PKG_FIXUP variable.

Jiri

git-svn-id: svn://svn.openwrt.org/openwrt/packages@38525 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libpam/Makefile

index bbfa9d8..9b4f8c0 100644 (file)
@@ -30,13 +30,11 @@ endef
 
 define Package/libpam/description
        Linux-PAM is a free implementation of the following DCE-RFC from Sunsoft. 
-
 endef
 
 TARGET_CFLAGS += $(FPIC)
 
 define Build/Configure
-       (cd $(PKG_BUILD_DIR); autoreconf -v -f --install || exit 1)
        $(call Build/Configure/Default, \
                --enable-shared \
                --enable-static \