mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-14 18:24:01 -09:00
Changes:
- Fix memory leak in which() on realloc() failure
- Fix pidfile() to handle missing trailing slash in prefix path
Changes to src/pidfile.c do not affect the licensing terms, but
require updating the hash of this file that is used as one of the
license files.
https://github.com/troglobit/libite/releases/tag/v2.6.2
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 8e7a54f7ef)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
16 lines
554 B
Makefile
16 lines
554 B
Makefile
################################################################################
|
|
#
|
|
# libite
|
|
#
|
|
################################################################################
|
|
|
|
LIBITE_VERSION = 2.6.2
|
|
LIBITE_SOURCE = libite-$(LIBITE_VERSION).tar.xz
|
|
LIBITE_SITE = https://github.com/troglobit/libite/releases/download/v$(LIBITE_VERSION)
|
|
LIBITE_LICENSE = MIT, X11, ISC, BSD-2-Clause
|
|
LIBITE_LICENSE_FILES = LICENSE src/chomp.c src/pidfile.c
|
|
LIBITE_INSTALL_STAGING = YES
|
|
LIBITE_CONF_OPTS = --without-symlink --disable-doxygen-doc
|
|
|
|
$(eval $(autotools-package))
|