pkgsrc-WIP-changes archive

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

disable optional build feature



Module Name:	pkgsrc-wip
Committed By:	Frank Kardel <kardel%netbsd.org@localhost>
Pushed By:	kardel
Date:		Thu Jun 25 16:32:45 2020 +0200
Changeset:	530fd3f8990c35b0d794ad34d9bde0166663b9b4

Modified Files:
	bareos/Makefile.common

Log Message:
disable optional build feature

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

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 58ba5daa6e..f27bfce107 100644
--- a/bareos/Makefile.common
+++ b/bareos/Makefile.common
@@ -70,7 +70,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: CMAKE_ARGS+=	-DCMAKE_CXX_FLAGS=-DNO_ADV=1
-CMAKE_ARGS+=	-DCMAKE_CXX_FLAGS=-DNO_ADV=1
 CMAKE_ARGS+=	-DSKIP_GTEST=1
 CMAKE_ARGS+=	-Dconfigtemplatedir=${PREFIX}/${CONFIG_TEMPLATE_PATH}
 CMAKE_ARGS+=	-Dworkingdir=${VARBASE}/db/${PKG_SYSCONFSUBDIR}/working


Home | Main Index | Thread Index | Old Index