pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/guile30 guile30: Disable lto
details: https://anonhg.NetBSD.org/pkgsrc/rev/e8d933b73fa0
branches: trunk
changeset: 391374:e8d933b73fa0
user: gdt <gdt%pkgsrc.org@localhost>
date: Sun Jan 08 21:21:03 2023 +0000
description:
guile30: Disable lto
There are unclear issues with lto. Until that's sorted, just disable
it. Resolves build failure on NetBSD/i386.
diffstat:
lang/guile30/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 118079af496b -r e8d933b73fa0 lang/guile30/Makefile
--- a/lang/guile30/Makefile Sun Jan 08 20:41:03 2023 +0000
+++ b/lang/guile30/Makefile Sun Jan 08 21:21:03 2023 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2022/10/26 10:31:04 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/01/08 21:21:03 gdt Exp $
DISTNAME= guile-3.0.8
PKGNAME= ${DISTNAME:S/guile/guile30/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= ftp://ftp.gnu.org/gnu/guile/
@@ -23,6 +23,8 @@
MAKE_ENV+= PAXCTL=echo
MAKE_ENV.NetBSD+= PAXCTL=/usr/sbin/paxctl
+CONFIGURE_ARGS+= --disable-lto
+
.if !empty(GUILE_SUBDIR)
# Installation prefix is non-default.
GUILE_PREFIX= ${PREFIX}/${GUILE_SUBDIR}
Home |
Main Index |
Thread Index |
Old Index