pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

croc: PIE and RELRO disabled to make it working



Module Name:	pkgsrc-wip
Committed By:	Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By:	drixter
Date:		Sun Sep 27 02:26:19 2026 +0200
Changeset:	29c7cf7526d6e08753a1cd8c981c01b42cd8bcca

Modified Files:
	croc/Makefile
Added Files:
	croc/TODO

Log Message:
croc: PIE and RELRO disabled to make it working

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=29c7cf7526d6e08753a1cd8c981c01b42cd8bcca

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 croc/Makefile | 3 ++-
 croc/TODO     | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/croc/Makefile b/croc/Makefile
index 0214155799..e6e17f3de2 100644
--- a/croc/Makefile
+++ b/croc/Makefile
@@ -12,7 +12,8 @@ LICENSE=	mit
 
 USE_LANGUAGES=	c
 
-GOFLAGS+=	-ldflags=-linkmode=external\ -bindnow\ -extldflags=-Wl,-zrelro,-pie
+CHECK_PIE_SUPPORTED=	no
+CHECK_RELRO_SUPPORTED=	no
 
 .include "../../mk/bsd.prefs.mk"
 
diff --git a/croc/TODO b/croc/TODO
new file mode 100644
index 0000000000..ef65c37a7e
--- /dev/null
+++ b/croc/TODO
@@ -0,0 +1,3 @@
+It's needed for now
+CHECK_PIE_SUPPORTED=    no
+CHECK_RELRO_SUPPORTED=  no


Home | Main Index | Thread Index | Old Index