1 ################################################################################
5 ################################################################################
8 RADVD_SOURCE
= radvd-
$(RADVD_VERSION
).
tar.xz
9 RADVD_SITE
= http
://www.litech.org
/radvd
/dist
10 RADVD_DEPENDENCIES
= host-bison flex host-flex host-pkgconf
11 RADVD_CONF_ENV
= ac_cv_prog_cc_c99
='-std=gnu99'
12 # For 0002-Don-t-force-fstack-protector-the-toolchain-might-lac.patch
13 RADVD_AUTORECONF
= YES
14 RADVD_LICENSE
= BSD-4c-like
15 RADVD_LICENSE_FILES
= COPYRIGHT
17 define RADVD_INSTALL_INIT_SYSV
18 $(INSTALL
) -D
-m
0755 package
/radvd
/S50radvd
$(TARGET_DIR
)/etc
/init.d
/S50radvd
21 $(eval
$(autotools-package
))