svn commit: r296740 - in stable/10/usr.bin: mkcsmapper_static mkesdb_static
Bryan Drewery
bdrewery at FreeBSD.org
Sat Mar 12 18:54:03 UTC 2016
Author: bdrewery
Date: Sat Mar 12 18:54:02 2016
New Revision: 296740
URL: https://svnweb.freebsd.org/changeset/base/296740
Log:
MFC r295977:
Properly fix these builds by adding NO_WMISSING_VARIABLE_DECLARATIONS from
r249657.
Modified:
stable/10/usr.bin/mkcsmapper_static/Makefile
stable/10/usr.bin/mkesdb_static/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.bin/mkcsmapper_static/Makefile
==============================================================================
--- stable/10/usr.bin/mkcsmapper_static/Makefile Sat Mar 12 18:51:38 2016 (r296739)
+++ stable/10/usr.bin/mkcsmapper_static/Makefile Sat Mar 12 18:54:02 2016 (r296740)
@@ -7,6 +7,7 @@ SRCS= citrus_bcs.c citrus_db_factory.c c
citrus_lookup_factory.c citrus_pivot_factory.c
MAN=
NO_SHARED= yes
+NO_WMISSING_VARIABLE_DECLARATIONS=
build-tools: mkcsmapper_static
Modified: stable/10/usr.bin/mkesdb_static/Makefile
==============================================================================
--- stable/10/usr.bin/mkesdb_static/Makefile Sat Mar 12 18:51:38 2016 (r296739)
+++ stable/10/usr.bin/mkesdb_static/Makefile Sat Mar 12 18:54:02 2016 (r296740)
@@ -7,6 +7,7 @@ SRCS= citrus_bcs.c citrus_db_factory.c c
citrus_lookup_factory.c
MAN=
NO_SHARED= yes
+NO_WMISSING_VARIABLE_DECLARATIONS=
build-tools: mkesdb_static
More information about the svn-src-stable
mailing list