- Enable IPv6 (#169050)
This commit is contained in:
parent
c067a6ae0b
commit
70a9d086ac
@ -1,7 +1,7 @@
|
|||||||
Summary: An SSL-encrypting socket wrapper.
|
Summary: An SSL-encrypting socket wrapper.
|
||||||
Name: stunnel
|
Name: stunnel
|
||||||
Version: 4.11
|
Version: 4.11
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://stunnel.mirt.net/
|
URL: http://stunnel.mirt.net/
|
||||||
@ -42,7 +42,7 @@ if pkg-config openssl ; then
|
|||||||
CFLAGS="$CFLAGS `pkg-config --cflags openssl`";
|
CFLAGS="$CFLAGS `pkg-config --cflags openssl`";
|
||||||
LDFLAGS="`pkg-config --libs-only-L openssl`"; export LDFLAGS
|
LDFLAGS="`pkg-config --libs-only-L openssl`"; export LDFLAGS
|
||||||
fi
|
fi
|
||||||
%configure
|
%configure --enable-ipv6
|
||||||
make LDADD="-pie -Wl,-z,defs,-z,relro"
|
make LDADD="-pie -Wl,-z,defs,-z,relro"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -87,6 +87,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%exclude %{_sysconfdir}/stunnel/*
|
%exclude %{_sysconfdir}/stunnel/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 22 2005 Miloslav Trmac <mitr@volny.cz> - 4.11-2
|
||||||
|
- Enable IPv6 (#169050)
|
||||||
- Don't ship another copy of man pages in HTML
|
- Don't ship another copy of man pages in HTML
|
||||||
|
|
||||||
* Tue Jul 12 2005 Miloslav Trmac <mitr@redhat.com> - 4.11-1
|
* Tue Jul 12 2005 Miloslav Trmac <mitr@redhat.com> - 4.11-1
|
||||||
|
Loading…
Reference in New Issue
Block a user