Accepting request 61186 from home:asvetter:branches:security:Stunnel

ok

OBS-URL: https://build.opensuse.org/request/show/61186
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=39
This commit is contained in:
Andreas Vetter 2011-02-14 16:39:26 +00:00 committed by Git OBS Bridge
parent 8ceb7d3e5d
commit 7e4b7bfad4

View File

@ -28,7 +28,6 @@ Autoreqprov: on
PreReq: /usr/sbin/useradd fileutils textutils %insserv_prereq %fillup_prereq
%endif
Source: ftp://ftp.stunnel.org/stunnel/%{name}-%{version}.tar.gz
# Source: http://www.stunnel.org/download/stunnel/src/%{name}-%{version}.tar.bz2 does not work
Source1: stunnel.conf
Source2: stunnel.README
Source3: sysconfig.syslog-stunnel
@ -58,10 +57,7 @@ fPIE="-fPIE"
pie="-pie"
%endif
export CFLAGS="$RPM_OPT_FLAGS $fPIE"
%configure \
--with-tcp-wrappers \
--localstatedir=/var \
--with-pem-dir=%{_sysconfdir}/stunnel
%configure
echo -e ".\n.\n.\n.\n.\n" | make LDADD="$pie -Wl,-z,defs,-z,relro"
%install