pkgsrc-WIP-changes archive

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

exomizer: RELRO fix: do not ignore initial $LDFLAGS



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Wed Sep 23 18:34:58 2026 +0200
Changeset:	ea6741b320a3212beb712f7ca5c4aee7112233c9

Added Files:
	exomizer/patches/patch-src_Makefile

Log Message:
exomizer: RELRO fix: do not ignore initial $LDFLAGS

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

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

diffstat:
 exomizer/patches/patch-src_Makefile | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diffs:
diff --git a/exomizer/patches/patch-src_Makefile b/exomizer/patches/patch-src_Makefile
new file mode 100644
index 0000000000..bf611c1699
--- /dev/null
+++ b/exomizer/patches/patch-src_Makefile
@@ -0,0 +1,15 @@
+$NetBSD$
+
+--- src/Makefile.orig	2026-09-23 16:28:21.771630174 +0000
++++ src/Makefile
+@@ -2,8 +2,8 @@
+ # Makefile for exomizer
+ #
+ WFLAGS = -std=c89 -Wall -Wstrict-prototypes -D_XOPEN_SOURCE=600 -pedantic
+-CFLAGS = $(WFLAGS) -O3 -ffast-math -fomit-frame-pointer
+-LDFLAGS = -s
++CFLAGS += $(WFLAGS) -O3 -ffast-math -fomit-frame-pointer
++LDFLAGS += -s
+ 
+ #CFLAGS = -g $(WFLAGS)
+ #LDFLAGS = -g


Home | Main Index | Thread Index | Old Index