pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ghdl-yosys-plugin: RELRO_SUPPORTED=no required to build with latest ghdl
Module Name: pkgsrc-wip
Committed By: mayuresh <mayuresh%acm.org@localhost>
Pushed By: mayuresh
Date: Tue Nov 19 21:31:16 2024 +0530
Changeset: da7c1f1b7adb1a151aa5a42dec66353b0f025635
Modified Files:
ghdl-yosys-plugin/Makefile
Log Message:
ghdl-yosys-plugin: RELRO_SUPPORTED=no required to build with latest ghdl
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=da7c1f1b7adb1a151aa5a42dec66353b0f025635
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ghdl-yosys-plugin/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diffs:
diff --git a/ghdl-yosys-plugin/Makefile b/ghdl-yosys-plugin/Makefile
index a42bf2927c..49e2506214 100644
--- a/ghdl-yosys-plugin/Makefile
+++ b/ghdl-yosys-plugin/Makefile
@@ -16,10 +16,12 @@ LICENSE= gnu-gpl-v3
WRKSRC= ${WRKDIR}/ghdl-yosys-plugin-511412f984d64ed7c46c4bdbd839f4b3c48f6fa5
USE_LANGUAGES= c c++
+RELRO_SUPPORTED= no
+
USE_TOOLS+= gmake
TOOL_DEPENDS+= yosys-[0-9]*:../../devel/yosys
-DEPENDS+= ghdl-4.*:../../cad/ghdl
+DEPENDS+= ghdl-dev-5.*:../../wip/ghdl-dev
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index