2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2009-01-28 22:38:49 +01:00
|
|
|
#
|
|
|
|
# radvd
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2011-10-15 05:07:16 +02:00
|
|
|
|
2019-03-24 10:20:19 +01:00
|
|
|
RADVD_VERSION = 2.18
|
2012-03-11 22:47:54 +01:00
|
|
|
RADVD_SITE = http://www.litech.org/radvd/dist
|
2014-07-22 15:26:52 +02:00
|
|
|
RADVD_DEPENDENCIES = host-bison flex host-flex host-pkgconf
|
2017-05-11 09:37:50 +02:00
|
|
|
# We need to ignore <linux/if_arp.h>, because radvd already includes
|
|
|
|
# <net/if_arp.h>, which conflicts with <linux/if_arp.h>.
|
|
|
|
RADVD_CONF_ENV = \
|
|
|
|
ac_cv_prog_cc_c99='-std=gnu99' \
|
|
|
|
ac_cv_header_linux_if_arp_h=no
|
2016-02-29 22:46:50 +01:00
|
|
|
# For 0002-Don-t-force-fstack-protector-the-toolchain-might-lac.patch
|
2014-07-22 15:26:52 +02:00
|
|
|
RADVD_AUTORECONF = YES
|
2017-03-30 15:43:40 +02:00
|
|
|
RADVD_LICENSE = BSD-4-Clause-like
|
2015-01-19 14:22:50 +01:00
|
|
|
RADVD_LICENSE_FILES = COPYRIGHT
|
2009-01-28 22:38:49 +01:00
|
|
|
|
2014-11-30 15:17:52 +01:00
|
|
|
define RADVD_INSTALL_INIT_SYSV
|
|
|
|
$(INSTALL) -D -m 0755 package/radvd/S50radvd $(TARGET_DIR)/etc/init.d/S50radvd
|
2010-09-02 00:14:41 +02:00
|
|
|
endef
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|