From 07cc512512a863413ea030a956d17d8734a0971821864bec7d079852aeb4f082 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 1 May 2021 18:29:09 +0000 Subject: [PATCH] Accepting request 889688 from home:alois:branches:network Resurrecting the package OBS-URL: https://build.opensuse.org/request/show/889688 OBS-URL: https://build.opensuse.org/package/show/network/pure-ftpd?expand=0&rev=79 --- pure-ftpd.changes | 5 +++++ pure-ftpd.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pure-ftpd.changes b/pure-ftpd.changes index d9e3679..095e3e7 100644 --- a/pure-ftpd.changes +++ b/pure-ftpd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat May 1 09:07:59 UTC 2021 - Luigi Baldoni + +- Fix build + ------------------------------------------------------------------- Wed May 6 08:51:02 UTC 2020 - Peter Simons diff --git a/pure-ftpd.spec b/pure-ftpd.spec index 9824806..e30f214 100644 --- a/pure-ftpd.spec +++ b/pure-ftpd.spec @@ -81,8 +81,9 @@ Apache log files, and more. %patch10 -p1 %build -#CFLAGS="%{optflags} -DLDAP_DEPRECATED -fstack-protector -fvisibility=hidden" -%configure --docdir=%{_docdir}/%{name} \ +CFLAGS="%{optflags} -I%{_includedir}/mysql" +%configure \ + --docdir=%{_docdir}/%{name} \ --with-rfc2640 \ --sysconfdir=%{_sysconfdir}/%{name} \ --with-ldap \ @@ -108,7 +109,8 @@ Apache log files, and more. --with-peruserlimits \ --with-virtualchroot \ --with-extauth -make %{?_smp_mflags} +%make_build +#{?_smp_mflags} %install %make_install