Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/knot knot: Disable hack to disable optimization.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e4bb9ed2434
branches:  trunk
changeset: 432523:9e4bb9ed2434
user:      maya <maya%pkgsrc.org@localhost>
date:      Fri May 22 23:29:31 2020 +0000

description:
knot: Disable hack to disable optimization.

It isn't actually stuck, with enough patience it does complete.

diffstat:

 net/knot/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 9dd50321c451 -r 9e4bb9ed2434 net/knot/Makefile
--- a/net/knot/Makefile Fri May 22 23:18:09 2020 +0000
+++ b/net/knot/Makefile Fri May 22 23:29:31 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2020/05/22 10:56:28 adam Exp $
+# $NetBSD: Makefile,v 1.55 2020/05/22 23:29:31 maya Exp $
 
 DISTNAME=      knot-2.9.4
 PKGREVISION=   1
@@ -24,9 +24,6 @@
 
 CONFIGURE_ARGS.NetBSD+=        --enable-recvmmsg=no
 
-# -O? stops cc1 on NetBSD/amd64 9.99.47.
-BUILDLINK_TRANSFORM+=  rm:-O2
-
 .include "../../mk/bsd.prefs.mk"
 
 .if ${MACHINE_ARCH} == "i386" 



Home | Main Index | Thread Index | Old Index