aec8d7046c
Now that --disable-dependency-tracking is passed by the autotools-package infrastructure, there's no longer any reason to pass it in individual packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
20 lines
543 B
Makefile
20 lines
543 B
Makefile
################################################################################
|
|
#
|
|
# agentpp
|
|
#
|
|
################################################################################
|
|
|
|
AGENTPP_VERSION = 4.0.2
|
|
AGENTPP_SOURCE = agent++-$(AGENTPP_VERSION).tar.gz
|
|
AGENTPP_SITE = http://www.agentpp.com
|
|
AGENTPP_LICENSE = Apache-2.0
|
|
AGENTPP_LICENSE_FILES = LICENSE-2_0.txt
|
|
AGENTPP_INSTALL_STAGING = YES
|
|
AGENTPP_DEPENDENCIES = host-pkgconf snmppp
|
|
AGENTPP_CONF_OPT += \
|
|
--disable-proxy \
|
|
--disable-forwarder \
|
|
--disable-rpath
|
|
|
|
$(eval $(autotools-package))
|