pkgsrc-WIP-changes archive

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

erlang-git: re-enable jit on NetBSD



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Sat Mar 4 08:40:38 2023 +0100
Changeset:	3591afe26746689f3b24e6ce86890fd26c8e5387

Modified Files:
	erlang-git/Makefile

Log Message:
erlang-git: re-enable jit on NetBSD

https://github.com/erlang/otp/issues/6909 has been fixed

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

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

diffstat:
 erlang-git/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diffs:
diff --git a/erlang-git/Makefile b/erlang-git/Makefile
index ceca289ae4..7a3b30f3c1 100644
--- a/erlang-git/Makefile
+++ b/erlang-git/Makefile
@@ -43,9 +43,6 @@ CONFIGURE_ARGS+=	--with-ssl=${BUILDLINK_PREFIX.openssl}
 PTHREAD_OPTS+=		require native
 CONFIGURE_ARGS+=	--enable-threads
 
-# https://github.com/erlang/otp/issues/6909
-CONFIGURE_ARGS.NetBSD+=	--disable-jit
-
 MAKE_ENV+=		DESTDIR=${DESTDIR}
 
 REPLACE_INTERPRETER+=	escript


Home | Main Index | Thread Index | Old Index