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
8c3077bbc5
commit
07cc512512
@ -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>
|
Wed May 6 08:51:02 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -81,8 +81,9 @@ Apache log files, and more.
|
|||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#CFLAGS="%{optflags} -DLDAP_DEPRECATED -fstack-protector -fvisibility=hidden"
|
CFLAGS="%{optflags} -I%{_includedir}/mysql"
|
||||||
%configure --docdir=%{_docdir}/%{name} \
|
%configure \
|
||||||
|
--docdir=%{_docdir}/%{name} \
|
||||||
--with-rfc2640 \
|
--with-rfc2640 \
|
||||||
--sysconfdir=%{_sysconfdir}/%{name} \
|
--sysconfdir=%{_sysconfdir}/%{name} \
|
||||||
--with-ldap \
|
--with-ldap \
|
||||||
@ -108,7 +109,8 @@ Apache log files, and more.
|
|||||||
--with-peruserlimits \
|
--with-peruserlimits \
|
||||||
--with-virtualchroot \
|
--with-virtualchroot \
|
||||||
--with-extauth
|
--with-extauth
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
#{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user