mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 10:46:19 +00:00
18 lines
712 B
Makefile
18 lines
712 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="liblognorm"
|
|
PKG_VERSION="2.0.6"
|
|
PKG_SHA256="594ea3318ef419cb7f21cf81c513db35a838b32207999a11a82b709da9ff9a2b"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://www.liblognorm.com"
|
|
PKG_URL="https://github.com/rsyslog/liblognorm/archive/v${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain libestr libfastjson"
|
|
PKG_TOOLCHAIN="autotools"
|
|
PKG_LONGDESC="A fast samples-based log normalization library."
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
|
--disable-shared \
|
|
ac_cv_func_malloc_0_nonnull=yes \
|
|
ac_cv_func_realloc_0_nonnull=yes"
|