|
|
|
@ -24,11 +24,11 @@ export INSIDE_SCRIPT='#!/bin/bash -eux
|
|
|
|
|
'
|
|
|
|
|
|
|
|
|
|
# Extra args for python's configure script
|
|
|
|
|
export EXTRA_PY_CONFIGURE_FLAGS=--with-openssl=/opt/extpython/ssl/1.1.1k
|
|
|
|
|
export EXTRA_PY_CONFIGURE_FLAGS=--with-openssl=/opt/extpython/ssl/1.1.1l
|
|
|
|
|
|
|
|
|
|
# Name of the rules makefile used to build the deb package
|
|
|
|
|
export RULESFILE=rules.trusty-3.9.5
|
|
|
|
|
export RULESFILE=rules.openssl-1.1.1l
|
|
|
|
|
|
|
|
|
|
# Other arbitrary environment variables
|
|
|
|
|
# trusty's native openssl is too old, so we ship a newer version. Embed the library path
|
|
|
|
|
export LDFLAGS=-Wl,-rpath=/opt/extpython/ssl/1.1.1k/lib
|
|
|
|
|
export LDFLAGS=-Wl,-rpath=/opt/extpython/ssl/1.1.1l/lib
|
|
|
|
|