forked from pool/proftpd
Accepting request 227497 from home:elvigia:branches: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. OBS-URL: https://build.opensuse.org/request/show/227497 OBS-URL: https://build.opensuse.org/package/show/network/proftpd?expand=0&rev=29
This commit is contained in:
parent
112d012264
commit
a84fe2d6b3
@ -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
|
Mon Mar 17 18:38:53 UTC 2014 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -58,7 +58,6 @@ BuildRequires: pam-devel
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: postgresql-devel
|
BuildRequires: postgresql-devel
|
||||||
BuildRequires: sqlite3-devel
|
BuildRequires: sqlite3-devel
|
||||||
BuildRequires: tcpd-devel
|
|
||||||
BuildRequires: unixODBC-devel
|
BuildRequires: unixODBC-devel
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
|
|
||||||
@ -147,6 +146,7 @@ Here are Documentation for ProFTPD
|
|||||||
%patch105
|
%patch105
|
||||||
|
|
||||||
%build
|
%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|:$||')"
|
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 CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -DLDAP_DEPRECATED"
|
||||||
export CXXFLAGS="$CFLAGS"
|
export CXXFLAGS="$CFLAGS"
|
||||||
|
Loading…
Reference in New Issue
Block a user