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:
parent
2a9ee9cdd7
commit
2b3f5744a4
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user