From e71a5063fdfb89d994f45c96cacc83d23a408c20 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 24 Oct 2013 09:59:58 +0000 Subject: [PATCH] libpam: remove autoreconf call from configure macro 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 SVN-Revision: 38525 --- libs/libpam/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/libpam/Makefile b/libs/libpam/Makefile index bbfa9d8380..9b4f8c0e85 100644 --- a/libs/libpam/Makefile +++ b/libs/libpam/Makefile @@ -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 \ -- 2.30.2