pkgsrc-WIP-changes archive

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

Commented out 'mhash' due to Segmentation Fault



Module Name:	pkgsrc-wip
Committed By:	Roberto Neri <robn%gmx.com@localhost>
Pushed By:	robn
Date:		Mon Apr 16 17:32:24 2018 +0000
Changeset:	d0eb7ee9bfceac3bb218c837258fa747b908437b

Modified Files:
	gtkhash/Makefile

Log Message:
Commented out 'mhash' due to Segmentation Fault

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d0eb7ee9bfceac3bb218c837258fa747b908437b

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

diffstat:
 gtkhash/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/gtkhash/Makefile b/gtkhash/Makefile
index 2006363107..3d1d86d229 100644
--- a/gtkhash/Makefile
+++ b/gtkhash/Makefile
@@ -14,9 +14,9 @@ GNU_CONFIGURE=	yes
 USE_TOOLS+=	gmake intltool pkg-config
 
 CONFIGURE_ARGS+=	--enable-mbedtls
-CONFIGURE_ARGS+=	--enable-mhash
+#CONFIGURE_ARGS+=	--enable-mhash		# commented out due to segmentation fault
 CONFIGURE_ARGS+=	--enable-nettle
-CONFIGURE_ARGS+=	--disable-blake2 # at present, not available in the pkgsrc collection
+CONFIGURE_ARGS+=	--disable-blake2	# at present, not available in the pkgsrc collection
 
 .include "options.mk"
 
@@ -24,7 +24,7 @@ CONFIGURE_ARGS+=	--disable-blake2 # at present, not available in the pkgsrc coll
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../security/libgcrypt/buildlink3.mk"
 .include "../../security/mbedtls/buildlink3.mk"
-.include "../../security/mhash/buildlink3.mk"
+#.include "../../security/mhash/buildlink3.mk"	# commented out due to segmentation fault
 .include "../../security/nettle/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index