pkgsrc-WIP-changes archive

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

disable local compile flag



Module Name:	pkgsrc-wip
Committed By:	Frank Kardel <kardel%netbsd.org@localhost>
Pushed By:	kardel
Date:		Fri Jul 17 18:50:28 2020 +0200
Changeset:	f644aceeb89a168eb549e5d1354028ec79e1e580

Modified Files:
	bareos/Makefile.common

Log Message:
disable local compile flag

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

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

diffstat:
 bareos/Makefile.common | 1 -
 1 file changed, 1 deletion(-)

diffs:
diff --git a/bareos/Makefile.common b/bareos/Makefile.common
index 35db0455e2..c727fda574 100644
--- a/bareos/Makefile.common
+++ b/bareos/Makefile.common
@@ -74,7 +74,6 @@ FILES_SUBST+=		BAREOS_SD_USER=${BAREOS_SD_USER}
 CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
 CMAKE_ARGS+=	-DCMAKE_STAGING_PREFIX=${BUILDLINK_DIR}
 # reduce job log noise: CXXFLAGS+=-DNO_ADV=1
-CXXFLAGS+=-DNO_ADV=1
 CMAKE_ARGS+=	-DCMAKE_CXX_FLAGS="${CXXFLAGS}"
 CMAKE_ARGS+=	-DSKIP_GTEST=1
 CMAKE_ARGS+=	-Dconfigtemplatedir=${PREFIX}/${CONFIG_TEMPLATE_PATH}


Home | Main Index | Thread Index | Old Index