[packages] libpam: add "--enable-db=no" to the configure macro to avoid linking

against libdb

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


git-svn-id: svn://svn.openwrt.org/openwrt/packages@38526 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
tripolar 2013-10-24 11:02:44 +00:00
parent 6ddc7ddfb9
commit fcbeb1e90c

View 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