[packages] libpam: add "--enable-db=no" to the configure macro to avoid linking
authorPeter Wagner <​tripolar@gmx.at>
Thu, 24 Oct 2013 11:02:44 +0000 (11:02 +0000)
committerPeter Wagner <​tripolar@gmx.at>
Thu, 24 Oct 2013 11:02:44 +0000 (11:02 +0000)
against libdb

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38526

libs/libpam/Makefile

index 9b4f8c0e8523780c611fbff4e021c3d51d36f2a8..c3de9c4563eb12ddd3bd2e9d80ddd0cf6ea8e764 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libpam
 PKG_VERSION:=1.1.8
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=Linux-PAM-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://www.linux-pam.org/library/
@@ -29,7 +29,7 @@ define Package/libpam
 endef
 
 define Package/libpam/description
-       Linux-PAM is a free implementation of the following DCE-RFC from Sunsoft. 
+       Linux-PAM is a free implementation of the following DCE-RFC from Sunsoft.
 endef
 
 TARGET_CFLAGS += $(FPIC)
@@ -44,6 +44,7 @@ define Build/Configure
                --disable-selinux \
                --disable-nls \
                --disable-rpath \
+               --enable-db=no \
        )
 endef