diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 10:58:01 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 11:22:27 +0300 |
commit | b22bf9796ea5fa9a922398fc0e8784c1ee94da35 (patch) | |
tree | a678aeeed1e812d030a9bcf29465e6e89f909888 | |
parent | lang/gnat12: mark as PIE_UNSAFE (+) (diff) |
lang/gnat13: mark as PIE_UNSAFE (+)
Reported by: bulk -t
Approved by: portmgr (blanket)
Sponsored by: Future Crew, LLC
-rw-r--r-- | lang/gnat13/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gnat13/Makefile b/lang/gnat13/Makefile index 04e485915608..87741b23030e 100644 --- a/lang/gnat13/Makefile +++ b/lang/gnat13/Makefile @@ -56,6 +56,8 @@ PLIST_SUB= ASSET_FILE=${_ASSET_FILE} \ CONFTRGT=${CONFIGURE_TARGET} \ VER=${DISTVERSION} +PIE_UNSAFE= yes + OPTIONS_DEFINE= ASSETS NLS .if exists(/usr/lib32/libc.so) OPTIONS_DEFINE_amd64+= MULTILIB |