mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 14:03:29 +08:00
radvd: bump to version 2.12
musl build patch is upstream so it's no longer necessary. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
310f73e415
commit
3096fbd58b
@ -1,3 +1,2 @@
|
||||
# From http://www.litech.org/radvd/dist/radvd-2.11.tar.gz.sha256
|
||||
sha256 04636288fc79fa151260eeb2bea1b05942f59c31f01358c57f930a4eb45b5acc radvd-2.11.tar.xz
|
||||
sha256 01d12bd2970fedf5695d9177a5ea45483d5e3c709ecceed636972c3049c47d0d 1d8973e13d89802eee0b648451e2b97ac65cf9e0.patch
|
||||
# From http://www.litech.org/radvd/dist/radvd-2.12.tar.gz.sha256
|
||||
sha256 b070e77238e789e298a82cba2b1bfb0b0180b4ebc1adfc4e75058adfdbff747b radvd-2.12.tar.xz
|
||||
|
@ -4,14 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RADVD_VERSION = 2.11
|
||||
RADVD_VERSION = 2.12
|
||||
RADVD_SOURCE = radvd-$(RADVD_VERSION).tar.xz
|
||||
RADVD_SITE = http://www.litech.org/radvd/dist
|
||||
RADVD_PATCH = \
|
||||
https://github.com/reubenhwk/radvd/commit/1d8973e13d89802eee0b648451e2b97ac65cf9e0.patch
|
||||
RADVD_DEPENDENCIES = host-bison flex host-flex host-pkgconf
|
||||
RADVD_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
|
||||
# We're patching configure.ac/Makefile.am.
|
||||
# For 0002-Don-t-force-fstack-protector-the-toolchain-might-lac.patch
|
||||
RADVD_AUTORECONF = YES
|
||||
RADVD_LICENSE = BSD-4c-like
|
||||
RADVD_LICENSE_FILES = COPYRIGHT
|
||||
|
Loading…
Reference in New Issue
Block a user