forked from pool/proftpd
Accepting request 227503 from network
- Remove tcpd-devel from buildRequires and mod_wrap. support for tcp_wrappers style /etc/hosts.* is provided by mod_wrap2_file instead, the latter does not require tcpd. (forwarded request 227497 from elvigia) OBS-URL: https://build.opensuse.org/request/show/227503 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proftpd?expand=0&rev=18
This commit is contained in:
commit
683c91c1ae
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 19:56:04 UTC 2014 - crrodriguez@opensuse.org
|
||||
|
||||
- Remove tcpd-devel from buildRequires and mod_wrap.
|
||||
support for tcp_wrappers style /etc/hosts.* is provided
|
||||
by mod_wrap2_file instead, the latter does not require tcpd.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 18:38:53 UTC 2014 - chris@computersalat.de
|
||||
|
||||
|
@ -58,7 +58,6 @@ BuildRequires: pam-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: postgresql-devel
|
||||
BuildRequires: sqlite3-devel
|
||||
BuildRequires: tcpd-devel
|
||||
BuildRequires: unixODBC-devel
|
||||
Requires: logrotate
|
||||
|
||||
@ -147,6 +146,7 @@ Here are Documentation for ProFTPD
|
||||
%patch105
|
||||
|
||||
%build
|
||||
rm contrib/mod_wrap.c
|
||||
PROFTPD_SHARED_MODS="$(for spec_mod in $(find contrib -name mod_\*.c); do echo "$(basename ${spec_mod%%.c})"; done | tr '\n' ':' | sed -e 's|:$||')"
|
||||
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -DLDAP_DEPRECATED"
|
||||
export CXXFLAGS="$CFLAGS"
|
||||
|
Loading…
Reference in New Issue
Block a user