006e9d69c0
Fixes: http://autobuild.buildroot.org/results/e64/e64c3edcb00132620b07ad815c6e4d33b70c262f/ 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.2
|
|
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))
|