From 0161605e4e530f7b9737676d51317150e7d79ff0 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 15 Oct 2024 15:38:44 +0200 Subject: [PATCH] add link to pending issue --- libressl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libressl.sh b/libressl.sh index b1e9133df..df0f701d5 100755 --- a/libressl.sh +++ b/libressl.sh @@ -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