Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Sep 2019 14:05:56 -0000
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r345690 - projects/fuse2/tests/sys/fs/fusefs
Message-ID:  <201903291419.x2TEJVx2042310@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Fri Mar 29 14:19:31 2019
New Revision: 345690
URL: https://svnweb.freebsd.org/changeset/base/345690

Log:
  fusefs: fix test build after r345645
  
  It's no longer necessary to add GTESTS_CXXFLAGS to CXXFLAGS
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/fuse2/tests/sys/fs/fusefs/Makefile

Modified: projects/fuse2/tests/sys/fs/fusefs/Makefile
==============================================================================
--- projects/fuse2/tests/sys/fs/fusefs/Makefile	Fri Mar 29 14:07:30 2019	(r345689)
+++ projects/fuse2/tests/sys/fs/fusefs/Makefile	Fri Mar 29 14:19:31 2019	(r345690)
@@ -201,10 +201,6 @@ CFLAGS+=	-I${MOUNT}
 .PATH:		${MOUNT}
 CXXSTD=		c++14
 
-# XXX Setting CXXFLAGS globally seems to be necessary to get mockfs.cc and
-# utils.cc to build correctly.
-CXXFLAGS+=	${GTESTS_CXXFLAGS}
-
 LIBADD+=	pthread
 LIBADD+=	gmock gtest
 LIBADD+=	util





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903291419.x2TEJVx2042310>