We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1861627 commit 8f915d7Copy full SHA for 8f915d7
libressl.sh
@@ -35,7 +35,7 @@ _VER="$1"
35
rm -r -f "${_PKGDIR:?}" "${_BLDDIR:?}"
36
37
options=''
38
- CFLAGS=''
+ CFLAGS=" -ffile-prefix-map=$(pwd)=" # MERGED: https://github.com/libressl/portable/issues/761 (doesn't seem to fully fix the issue)
39
CPPFLAGS='-DOPENSSL_NO_FILENAMES'
40
41
if [[ "${_CONFIG}" != *'debug'* ]]; then
0 commit comments