mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
- Remove patch (already in version) - Update site to get the latest version - Update hash of license file (update in year, new file and author) - Remove !(BR2_TOOLCHAIN_USES_UCLIBC && !BR2_USE_MMU) dependency, __register_at_fork availability is correclty checked sinceb0ebb0d4c2- Includes Several security related fixes for nlist() reported by Daniel Hodson and one by Coverity Scan, see https://lists.freedesktop.org/archives/libbsd/2019-August/000229.html Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Acked-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit1f6c7d6e0f) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
488 B
Makefile
16 lines
488 B
Makefile
################################################################################
|
|
#
|
|
# libbsd
|
|
#
|
|
################################################################################
|
|
|
|
LIBBSD_VERSION = 0.10.0
|
|
LIBBSD_SOURCE = libbsd-$(LIBBSD_VERSION).tar.xz
|
|
LIBBSD_SITE = https://libbsd.freedesktop.org/releases
|
|
LIBBSD_LICENSE = BSD-2-Clause, BSD-3-Clause, BSD-4-Clause, BSD-5-Clause, \
|
|
MIT, ISC, Beerware
|
|
LIBBSD_LICENSE_FILES = COPYING
|
|
LIBBSD_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|