use USE_NOEXECONLY, from tb@

This commit is contained in:
sthen 2023-01-09 17:27:49 +00:00
parent 8944205b73
commit dcce6e7de5
3 changed files with 5 additions and 3 deletions

View File

@ -23,7 +23,7 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-static \
--disable-drng-support
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -Wl,--no-execute-only"
USE_NOEXECONLY= Yes
DEBUG_PACKAGES= ${BUILD_PACKAGES}

View File

@ -35,11 +35,12 @@ MAN_PREFIX= @man lib/eopenssl11/man
INSTALL_TARGET+= install_man_docs
.endif
USE_NOEXECONLY= Yes
# install to unusual directory name - this port is *not* intended to be
# picked up by configure scripts without explicitly CPPFLAGS/LDFLAGS.
# common names like lib/openssl, openssl/lib, etc, *do* get picked up.
MAKE_FLAGS+= CC="${CC}" \
LDFLAGS="${LDFLAGS} -Wl,--no-execute-only" \
LIBDIR="lib/eopenssl11" \
MANDIR=${PREFIX}/lib/eopenssl11/man \
SHLIB_VERSION_NUMBER=${SHLIBVER} \

View File

@ -38,11 +38,12 @@ MAN_PREFIX= @man lib/eopenssl30/man
INSTALL_TARGET+= install_man_docs
.endif
USE_NOEXECONLY = Yes
# install to unusual directory name - this port is *not* intended to be
# picked up by configure scripts without explicitly CPPFLAGS/LDFLAGS.
# common names like lib/openssl, openssl/lib, etc, *do* get picked up.
MAKE_FLAGS+= CC="${CC}" \
LDFLAGS="${LDFLAGS} -Wl,--no-execute-only" \
LIBDIR="lib/eopenssl30" \
MANDIR=${PREFIX}/lib/eopenssl30/man \
MANSUFFIX=