rpms/proftpd/devel proftpd.spec,1.49,1.50

Paul Howarth pghmcfc at fedoraproject.org
Thu Jul 30 10:25:53 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/proftpd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1237

Modified Files:
	proftpd.spec 
Log Message:
Re-disable parallel build again (reported upstream #3271)


Index: proftpd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/proftpd/devel/proftpd.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -p -r1.49 -r1.50
--- proftpd.spec	30 Jul 2009 10:02:40 -0000	1.49
+++ proftpd.spec	30 Jul 2009 10:25:53 -0000	1.50
@@ -142,7 +142,10 @@ SMOD5=mod_wrap2:mod_wrap2_file:mod_wrap2
 	--with-modules=mod_readme:mod_auth_pam:mod_tls \
 	--with-shared=${SMOD1}:${SMOD2}:${SMOD3}:${SMOD4}:${SMOD5}:mod_ifsession
 
-%{__make} %{?_smp_mflags}
+# Note: %{?_smp_mflags} not used because ftpcount has missing dependency on -lsupp,
+# which can cause build failures with parallel builds
+# (http://bugs.proftpd.org/show_bug.cgi?id=3271)
+%{__make}
 
 
 %install
@@ -312,7 +315,6 @@ fi
 - Prevent stripping of binaries in a slightly more robust way
 - Fix release tag to be ready for future beta/rc versions
 - Define RPM macros in global scope
-- Try re-enabling parallel build
 - BuildRequire libcap-devel so that we use the system library rather than the
   bundled one, and eliminate log messages like:
   kernel: warning: `proftpd' uses 32-bit capabilities (legacy support in use)




More information about the fedora-extras-commits mailing list