pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/jemalloc



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 12:53:10 UTC 2020

Modified Files:
        pkgsrc/devel/jemalloc: Makefile

Log Message:
devel/jemalloc: remove unknown configure option

The configure program does not contain the word "silent" anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/jemalloc/Makefile

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

Modified files:

Index: pkgsrc/devel/jemalloc/Makefile
diff -u pkgsrc/devel/jemalloc/Makefile:1.16 pkgsrc/devel/jemalloc/Makefile:1.17
--- pkgsrc/devel/jemalloc/Makefile:1.16 Sun Aug 11 13:18:44 2019
+++ pkgsrc/devel/jemalloc/Makefile      Sun Mar 22 12:53:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/08/11 13:18:44 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2020/03/22 12:53:10 rillig Exp $
 
 DISTNAME=      jemalloc-5.2.1
 PKGREVISION=   1
@@ -18,7 +18,6 @@ BUILD_DEPENDS+=               docbook-xsl-[0-9]*:../.
 USE_LANGUAGES=         c
 USE_TOOLS+=            autoconf automake aclocal gmake perl:run
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --enable-cc-silence
 CONFIGURE_ARGS+=       --enable-xmalloc
 CONFIGURE_ARGS+=       --with-xslroot=${PREFIX}/share/xsl/docbook/
 PKGCONFIG_OVERRIDE=    jemalloc.pc.in



Home | Main Index | Thread Index | Old Index