Drop to just -g

Debian's ld seems to ICE on it otherwise with OpenSSL 1.1 :(
This commit is contained in:
Steven Fackler 2017-07-22 11:11:02 -07:00
parent 2dbc840172
commit 581fadc34c
1 changed files with 1 additions and 1 deletions

View File

@ -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