From 3b2f708642676c77f0280fc513dd230cb6caf5e0 Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 11 Jun 2009 12:58:23 +0000 Subject: [PATCH] [packages] dovecot: Disable linking against libpam. Fixes #5322 git-svn-id: svn://svn.openwrt.org/openwrt/packages@16424 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- mail/dovecot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 6f2f77fbf..cc639dd15 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2008 OpenWrt.org +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -35,6 +35,7 @@ define Build/Configure ); $(call Build/Configure/Default, \ --without-gssapi \ + --without-pam \ --with-moduledir=/usr/lib/dovecot/modules \ --with-notify=dnotify \ , \ -- 2.11.0