Drop to just -g
Debian's ld seems to ICE on it otherwise with OpenSSL 1.1 :(
This commit is contained in:
parent
2dbc840172
commit
581fadc34c
|
|
@ -44,7 +44,7 @@ tar --strip-components=1 -xzf ${OUT}
|
||||||
PREFIX=${HOME}/openssl
|
PREFIX=${HOME}/openssl
|
||||||
case "${LIBRARY}" in
|
case "${LIBRARY}" in
|
||||||
"openssl")
|
"openssl")
|
||||||
./Configure --prefix=${PREFIX} ${OS_COMPILER} -fPIC -g3 ${OS_FLAGS} no-shared
|
./Configure --prefix=${PREFIX} ${OS_COMPILER} -fPIC -g ${OS_FLAGS} no-shared
|
||||||
;;
|
;;
|
||||||
"libressl")
|
"libressl")
|
||||||
./configure --prefix=${PREFIX} --disable-shared --with-pic
|
./configure --prefix=${PREFIX} --disable-shared --with-pic
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue