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
This commit is contained in:
Dirk Mueller 2021-05-01 18:29:09 +00:00 committed by Git OBS Bridge
parent 2a9ee9cdd7
commit 2b3f5744a4
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat May 1 09:07:59 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
- Fix build
-------------------------------------------------------------------
Wed May 6 08:51:02 UTC 2020 - Peter Simons <psimons@suse.com>

View File

@ -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