mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Merge 7917ad9278 into 15b9a39b60
This commit is contained in:
commit
17bbc4d94c
2 changed files with 3 additions and 2 deletions
1
.github/monitoring-plugins.spec
vendored
1
.github/monitoring-plugins.spec
vendored
|
|
@ -37,6 +37,7 @@ BuildRequires: gettext-devel
|
|||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: automake
|
||||
BuildRequires: pkgconf
|
||||
|
||||
### Check Plugin specific build requirements
|
||||
# check_by_ssh
|
||||
|
|
|
|||
|
|
@ -165,8 +165,8 @@ check_radius_LDADD = $(NETLIBS) $(RADIUSLIBS)
|
|||
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`
|
||||
check_snmp_LDFLAGS = $(AM_LDFLAGS) -lm `pkg-config --libs netsnmp`
|
||||
check_snmp_CFLAGS = $(AM_CFLAGS) `pkg-config --cflags netsnmp`
|
||||
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