pkgsrc-WIP-changes archive

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

gunison: add -fPIC for testing



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Fri Oct 29 11:04:18 2021 +0200
Changeset:	467a7fdfaa49b10b390449769661289f8d5ee71b

Modified Files:
	gunison/Makefile

Log Message:
gunison: add -fPIC for testing

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

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

diffstat:
 gunison/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/gunison/Makefile b/gunison/Makefile
index 7e9b6a467b..4d6b9f1517 100644
--- a/gunison/Makefile
+++ b/gunison/Makefile
@@ -14,6 +14,8 @@ USE_TOOLS+=	pkg-config
 
 GO_BUILD_PATTERN=	.
 
+CFLAGS+=	-fPIC
+
 # like all go packages
 CHECK_RELRO_SKIP=	bin/gunison
 


Home | Main Index | Thread Index | Old Index