Skip to content

Commit 8f915d7

Browse files
committed
libressl fixup
1 parent 1861627 commit 8f915d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libressl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ _VER="$1"
3535
rm -r -f "${_PKGDIR:?}" "${_BLDDIR:?}"
3636

3737
options=''
38-
CFLAGS=''
38+
CFLAGS=" -ffile-prefix-map=$(pwd)=" # MERGED: https://github.com/libressl/portable/issues/761 (doesn't seem to fully fix the issue)
3939
CPPFLAGS='-DOPENSSL_NO_FILENAMES'
4040

4141
if [[ "${_CONFIG}" != *'debug'* ]]; then

0 commit comments

Comments
 (0)