Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2023 13:44:26 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f2002c54e87c - main - lang/ocaml: Mark PIE_UNSAFE
Message-ID:  <202304091344.339DiQpK001618@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f2002c54e87c18a34755e95724fe0fee9c339968

commit f2002c54e87c18a34755e95724fe0fee9c339968
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-09 13:35:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-09 13:37:35 +0000

    lang/ocaml: Mark PIE_UNSAFE
    
    Approved by:    portmgr (blanket)
---
 lang/ocaml/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 0f77807a3c40..c8209d389aa6 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -33,6 +33,7 @@ CPE_VENDOR=	inria
 HAS_CONFIGURE=	yes
 ALL_TARGET=	world.opt
 STRIP=
+PIE_UNSAFE=	yes
 SSP_UNSAFE=	yes
 MAKE_JOBS_UNSAFE=	yes
 LDFLAGS_armv6=	-Wl,-znotext



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304091344.339DiQpK001618>