mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-22 22:56:58 -04:00
removed -Wundef statement from net-snmp-config --cflags causing wanings in clang macros in GNUlib
This commit is contained in:
parent
52267354e7
commit
38f601be58
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ check_real_LDADD = $(NETLIBS)
|
|||
check_snmp_SOURCES = check_snmp.c check_snmp.d/check_snmp_helpers.c
|
||||
check_snmp_LDADD = $(BASEOBJS)
|
||||
check_snmp_LDFLAGS = $(AM_LDFLAGS) -lm `net-snmp-config --libs`
|
||||
check_snmp_CFLAGS = $(AM_CFLAGS) `net-snmp-config --cflags | sed 's/-Werror=declaration-after-statement//'`
|
||||
check_snmp_CFLAGS = $(AM_CFLAGS) `net-snmp-config --cflags | sed 's/-Werror=declaration-after-statement//' | sed 's/-Wundef//'`
|
||||
check_smtp_LDADD = $(SSLOBJS)
|
||||
check_ssh_LDADD = $(NETLIBS)
|
||||
check_swap_SOURCES = check_swap.c check_swap.d/swap.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue