forked from pool/python
Accepting request 199755 from home:elvigia:branches:devel:languages:python:Factory
- build with -DOPENSSL_LOAD_CONF so python honours the system's openSSL configuration if any, allowing it to benefit from openssl ENGINE functionality. OBS-URL: https://build.opensuse.org/request/show/199755 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=151
This commit is contained in:
parent
822329c555
commit
e297af7f87
@ -149,7 +149,7 @@ sed -i 's/^version_required/dnl version_required/' configure.ac
|
||||
# COMMON-PREP-END
|
||||
|
||||
%build
|
||||
export OPT="%{optflags}"
|
||||
export OPT="%{optflags} -DOPENSSL_LOAD_CONF"
|
||||
|
||||
autoreconf -f -i . # Modules/_ctypes/libffi
|
||||
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 17:40:05 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- build with -DOPENSSL_LOAD_CONF so python honours
|
||||
the system's openSSL configuration if any, allowing it to
|
||||
benefit from openssl ENGINE functionality.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 13:55:35 UTC 2013 - lnussel@suse.de
|
||||
|
||||
|
@ -193,7 +193,7 @@ rm Demo/scripts/newslist.*
|
||||
# necessary for correct linking with GDBM:
|
||||
export SUSE_ASNEEDED=0
|
||||
|
||||
export OPT="%{optflags}"
|
||||
export OPT="%{optflags} -DOPENSSL_LOAD_CONF"
|
||||
|
||||
autoreconf -f -i . # Modules/_ctypes/libffi
|
||||
# prevent make from trying to rebuild asdl stuff, which requires existing
|
||||
|
Loading…
x
Reference in New Issue
Block a user