From 80c354f1e479d0f970de9140ce060a24308dda62 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Jun 15 2007 16:12:46 +0000 Subject: Remove _smp_mflags to (hopefully) fix build failure. --- diff --git a/proftpd.spec b/proftpd.spec index 8207250..224fff4 100644 --- a/proftpd.spec +++ b/proftpd.spec @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.0a -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -90,7 +90,9 @@ Module to add PostgreSQL support to the ProFTPD FTP server. --with-modules=mod_readme:mod_auth_pam:mod_tls \ --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql -%{__make} %{?_smp_mflags} +# It seems that with _smp_mflags -lsupp tries to get linked before being built +# (as of 1.3.0a-4 F7/devel with koji, happened on F8 x86_64 and F7 ppc64) +%{__make} %install @@ -192,6 +194,9 @@ fi %changelog +* Fri Jun 15 2007 Matthias Saou 1.3.0a-5 +- Remove _smp_mflags to (hopefully) fix build failure. + * Fri Jun 15 2007 Matthias Saou 1.3.0a-4 - Fix PAM entry for F7+ (#244168). Still doesn't work with selinux, though.