Skip to content

Commit

Permalink
add link to pending issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 15, 2024
1 parent 5248f48 commit 0161605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libressl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ _VER="$1"
rm -r -f "${_PKGDIR:?}" "${_BLDDIR:?}"

options=''
CFLAGS="-ffile-prefix-map=$(pwd)="
CFLAGS="-ffile-prefix-map=$(pwd)=" # pending: https://github.com/libressl/portable/issues/761
CPPFLAGS=''

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

0 comments on commit 0161605

Please sign in to comment.