pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libthrift
Module Name: pkgsrc
Committed By: markd
Date: Wed Jul 31 20:48:47 UTC 2024
Modified Files:
pkgsrc/devel/libthrift: Makefile
Log Message:
libthrift: dont enable tests
fixes build on ArchLinux with gcc14
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/devel/libthrift/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/libthrift/Makefile
diff -u pkgsrc/devel/libthrift/Makefile:1.97 pkgsrc/devel/libthrift/Makefile:1.98
--- pkgsrc/devel/libthrift/Makefile:1.97 Fri Dec 29 18:24:41 2023
+++ pkgsrc/devel/libthrift/Makefile Wed Jul 31 20:48:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2023/12/29 18:24:41 adam Exp $
+# $NetBSD: Makefile,v 1.98 2024/07/31 20:48:46 markd Exp $
PKGREVISION= 6
.include "../../devel/thrift/Makefile.common"
@@ -12,6 +12,7 @@ BUILD_DIRS= lib/cpp
TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --without-rs # puts garbage into Makefile
+CONFIGURE_ARGS+= --enable-tests=no
CONFIGURE_ENV+= THRIFT=${PREFIX}/bin/thrift
CONFIGURE_ENV+= ac_cv_prog_PERL= # none, not needed
PKGCONFIG_OVERRIDE= lib/cpp/thrift-nb.pc.in
Home |
Main Index |
Thread Index |
Old Index