From 731107f0ab2f3878743fea49910478c6b21bde1b Mon Sep 17 00:00:00 2001 From: David Levine Date: Mon, 7 May 2012 08:57:38 -0500 Subject: [PATCH] Removed --enable-pop and SETGID_MAIL= from nmh.spec. --- SPECS/nmh.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/nmh.spec b/SPECS/nmh.spec index 08a0b91..8373e03 100644 --- a/SPECS/nmh.spec +++ b/SPECS/nmh.spec @@ -80,7 +80,7 @@ if [ -f %srcdir/config.status ]; then ./config.status else %if %{undefined configure_opts} - %define configure_opts --enable-pop --with-cyrus-sasl --with-locking=fcntl + %define configure_opts --with-cyrus-sasl --with-locking=fcntl %endif %configure %configure_opts fi @@ -89,7 +89,7 @@ make all dist %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT SETGID_MAIL= +make install DESTDIR=$RPM_BUILD_ROOT gz_manpages='-e ' -- 1.7.10.4