We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b79ac commit 8a287a2Copy full SHA for 8a287a2
libressl.sh
@@ -83,14 +83,7 @@ _VER="$1"
83
-DCMAKE_ASM_FLAGS="${_CFLAGS_GLOBAL_CMAKE} ${_CFLAGS_GLOBAL} ${_CPPFLAGS_GLOBAL} ${CFLAGS} ${CPPFLAGS} ${_LDFLAGS_GLOBAL}"
84
85
cmake --build "${_BLDDIR}"
86
- if [ "${LIBRESSL_VER_}" = '4.0.0' ]; then
87
- # FIXME upstream:
88
- # cmake --install "${_BLDDIR}" --prefix "${_PP}"
89
- # ignores --prefix for /etc/ssl config files and fails when writing them.
90
- DESTDIR="${_PKGDIR}" cmake --install "${_BLDDIR}"
91
- else
92
- cmake --install "${_BLDDIR}"
93
- fi
+ cmake --install "${_BLDDIR}"
94
95
# Delete .pc files
96
rm -r -f "${_PP}"/lib/pkgconfig
0 commit comments