forked from pool/vsftpd
Accepting request 183859 from home:elvigia:branches:network
- build with OPENSSL_NO_SSL_INTERN this hides internal struct members or functions that if changed in future openssl versions will break the ABI of the calling applications. OBS-URL: https://build.opensuse.org/request/show/183859 OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=57
This commit is contained in:
parent
4d064f5b44
commit
bf16e86507
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 20 21:23:31 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- build with OPENSSL_NO_SSL_INTERN this hides internal struct
|
||||||
|
members or functions that if changed in future openssl versions
|
||||||
|
will break the ABI of the calling applications.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 4 08:35:40 UTC 2013 - mvyskocil@suse.com
|
Thu Apr 4 08:35:40 UTC 2013 - mvyskocil@suse.com
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@ tests.
|
|||||||
%define seccomp_opts -D_GNU_SOURCE -DUSE_SECCOMP
|
%define seccomp_opts -D_GNU_SOURCE -DUSE_SECCOMP
|
||||||
%endif
|
%endif
|
||||||
rm -f dummyinc/sys/capability.h
|
rm -f dummyinc/sys/capability.h
|
||||||
make CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIE -fstack-protector --param=ssp-buffer-size=4 %{seccomp_opts}" \
|
make CFLAGS="$RPM_OPT_FLAGS -DOPENSSL_NO_SSL_INTERN -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIE -fstack-protector --param=ssp-buffer-size=4 %{seccomp_opts}" \
|
||||||
LDFLAGS="-fPIE -pie -Wl,-z,relro -Wl,-z,now" LINK=
|
LDFLAGS="-fPIE -pie -Wl,-z,relro -Wl,-z,now" LINK=
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user