pkgsrc-WIP-changes archive

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

OpenSTA: -fPIC flag added for Linux



Module Name:	pkgsrc-wip
Committed By:	Mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Mon Feb 17 05:32:09 2025 +0530
Changeset:	7426f926409c636d1afd367ee0d2ce2d5ecb8d48

Modified Files:
	OpenSTA/Makefile

Log Message:
OpenSTA: -fPIC flag added for Linux

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

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

diffstat:
 OpenSTA/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/OpenSTA/Makefile b/OpenSTA/Makefile
index 940fb31687..323f889514 100644
--- a/OpenSTA/Makefile
+++ b/OpenSTA/Makefile
@@ -14,6 +14,7 @@ LICENSE=	gnu-gpl-v3
 WRKSRC=	${WRKDIR}/OpenSTA-20925bb00965c1199c45aca0318c2baeb4042c5a
 
 FORCE_CXX_STD=	c++20
+CXXFLAGS.Linux+=	-fPIC
 
 .include "options.mk"
 .include "../../mk/bsd.prefs.mk"


Home | Main Index | Thread Index | Old Index