Skip to content

Commit 553f5e1

Browse files
committed
libressl fixup 2 maybe
1 parent 8f915d7 commit 553f5e1

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
@@ -36,7 +36,7 @@ _VER="$1"
3636

3737
options=''
3838
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'
39+
CPPFLAGS=''
4040

4141
if [[ "${_CONFIG}" != *'debug'* ]]; then
4242
CPPFLAGS+=' -DNDEBUG'

0 commit comments

Comments
 (0)