pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/LuaJIT2
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Nov 29 12:59:55 UTC 2024
Modified Files:
pkgsrc/lang/LuaJIT2: Makefile
Log Message:
LuaJIT2: Use the system unwinder on SunOS.
Fixes the build, and also mostly passes the openresty test suite.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/LuaJIT2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/LuaJIT2/Makefile
diff -u pkgsrc/lang/LuaJIT2/Makefile:1.17 pkgsrc/lang/LuaJIT2/Makefile:1.18
--- pkgsrc/lang/LuaJIT2/Makefile:1.17 Sat Aug 17 15:20:20 2024
+++ pkgsrc/lang/LuaJIT2/Makefile Fri Nov 29 12:59:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2024/08/17 15:20:20 bsiegert Exp $
+# $NetBSD: Makefile,v 1.18 2024/11/29 12:59:55 jperkin Exp $
DISTNAME= LuaJIT-2.1.1713773202 # see .relver
PKGNAME= ${DISTNAME:S/LuaJIT/LuaJIT2/}
@@ -25,6 +25,8 @@ ONLY_FOR_PLATFORM+= *-*-x86_64
PTHREAD_OPTS+= native
PTHREAD_AUTO_VARS= yes
+CFLAGS.SunOS+= -DLUAJIT_UNWIND_EXTERNAL=1
+
.include "../../mk/bsd.prefs.mk"
# Upstream doesn't support building shared libs on SunOS
Home |
Main Index |
Thread Index |
Old Index