pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/knot



Module Name:    pkgsrc
Committed By:   maya
Date:           Fri May 22 23:29:31 UTC 2020

Modified Files:
        pkgsrc/net/knot: Makefile

Log Message:
knot: Disable hack to disable optimization.

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


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/net/knot/Makefile

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

Modified files:

Index: pkgsrc/net/knot/Makefile
diff -u pkgsrc/net/knot/Makefile:1.54 pkgsrc/net/knot/Makefile:1.55
--- pkgsrc/net/knot/Makefile:1.54       Fri May 22 10:56:28 2020
+++ pkgsrc/net/knot/Makefile    Fri May 22 23:29:31 2020
@@ -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+=      --with-libidn=${BUILDLI
 
 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