f4de56815c
Changes snmp++v3.3.4: - Fixed: Incorrect time values conversion in += and -= operators of the msec class in msec.cpp. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
500 B
Makefile
18 lines
500 B
Makefile
################################################################################
|
|
#
|
|
# snmp++
|
|
#
|
|
################################################################################
|
|
|
|
SNMPPP_VERSION = 3.3.4
|
|
SNMPPP_SOURCE = snmp++$(SNMPPP_VERSION).tar.gz
|
|
SNMPPP_SITE = http://www.agentpp.com
|
|
SNMPPP_DEPENDENCIES = openssl host-pkgconf
|
|
SNMPPP_INSTALL_STAGING = YES
|
|
# no configure script in tarball
|
|
SNMPPP_AUTORECONF = YES
|
|
SNMPPP_LICENSE = SNMP++
|
|
SNMPPP_LICENSE_FILES = src/v3.cpp
|
|
|
|
$(eval $(autotools-package))
|