mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
For changes, see: https://git.openwrt.org/?p=project/libubox.git;a=shortlog;h=ecddb31dc34d89be5c9dc4595a4c58070eb090e4 Removed patch 0001 which is included in this release. Added new patch 0001 which fixes build with cmake 4. Added Upstream: tag to patch 0002. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Julien: add link to upstream commit log] Signed-off-by: Julien Olivain <ju.o@free.fr>
14 lines
442 B
Makefile
14 lines
442 B
Makefile
################################################################################
|
|
#
|
|
# libcorrect
|
|
#
|
|
################################################################################
|
|
|
|
LIBCORRECT_VERSION = f5a28c74fba7a99736fe49d3a5243eca29517ae9
|
|
LIBCORRECT_SITE = $(call github,quiet,libcorrect,$(LIBCORRECT_VERSION))
|
|
LIBCORRECT_LICENSE = BSD-3-Clause
|
|
LIBCORRECT_LICENSE_FILES = LICENSE
|
|
LIBCORRECT_INSTALL_STAGING = YES
|
|
|
|
$(eval $(cmake-package))
|