1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-25 11:56:18 +00:00
Lakka-LibreELEC/packages/addons/addon-depends/rsyslog-depends/liblogging/package.mk
2022-12-09 08:11:59 +00:00

18 lines
739 B
Makefile

# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="liblogging"
PKG_VERSION="1.0.6"
PKG_SHA256="338c6174e5c8652eaa34f956be3451f7491a4416ab489aef63151f802b00bf93"
PKG_LICENSE="GPL"
PKG_SITE="http://www.liblogging.org"
PKG_URL="https://download.rsyslog.com/liblogging/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain systemd"
PKG_LONGDESC="An easy to use and lightweight signal-safe logging library."
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--disable-shared \
--disable-man-pages \
ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_realloc_0_nonnull=yes"