Skip to content

Commit faa8507

Browse files
author
raveit65
committed
disable deprecation warnings for distcheck
1 parent e8d8b36 commit faa8507

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
66
NULL =
77

88
DISTCHECK_CONFIGURE_FLAGS = \
9-
--without-systemd
9+
--without-systemd \
10+
CFLAGS='-Wno-deprecated-declarations'
1011

1112
SUBDIRS = \
1213
src \

0 commit comments

Comments
 (0)