Files
buildroot/package/libcorrect/libcorrect.mk
Bernd Kuhls 1a9e812d24 package/libcorrect: bump version, fix cmake 4 compatibility
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>
2025-12-09 19:24:58 +01:00

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))