Skip to content

Commit efef82c

Browse files
committed
libressl-cmake.sh: fix to initialize CFLAGS [ci skip]
Regression from c29fb63
1 parent 433e043 commit efef82c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libressl-cmake.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ _VER="$1"
1616

1717
rm -r -f "${_PKGDIR:?}" "${_BLDDIR:?}"
1818

19+
CFLAGS=''
20+
1921
if [ "${_CC}" = 'llvm' ]; then
2022
CFLAGS="${CFLAGS} -Wa,--noexecstack"
2123
fi

0 commit comments

Comments
 (0)