1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-24 21:56:19 +00:00
Lakka-LibreELEC/packages/devel/m4/package.mk
heitbaum 3a8f590f8f m4: update to 1.4.19
update 1.4.18 (2017-01-01) to 1.4.19 (2021-05-28)
ann: https://lists.gnu.org/archive/html/m4-announce/2021-05/msg00002.html

Includes upstreamed patch for fix-compilation-with-glibc-2.28.patch

NEWS
* Noteworthy changes in release 1.4.19 (2021-05-28) [stable]
** A number of portability improvements inherited from gnulib, including
   the ability to perform stack overflow detection on more platforms
   without linking to GNU libsigsegv.

* Noteworthy changes in release 1.4.18d (2021-05-11) [beta]
** A number of portability improvements inherited from gnulib.

* Noteworthy changes in release 1.4.18b (2021-05-07) [beta]
** The symbol hash table now defaults to 65537 buckets instead of 509, as
   modern systems have enough memory to benefit from fewer hash collisions
   by default.
** Introduce the use of gettext, with the immediate benefit of nicer
   UTF-8 author names.  Over time, more translations of program messages
   will become available.
** A number of portability improvements inherited from gnulib.
2021-09-11 23:21:26 +10:00

18 lines
582 B
Makefile

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
PKG_NAME="m4"
PKG_VERSION="1.4.19"
PKG_SHA256="b306a91c0fd93bc4280cfc2e98cb7ab3981ff75a187bea3293811f452c89a8c8"
PKG_LICENSE="GPL"
PKG_SITE="http://www.gnu.org/software/m4/"
PKG_URL="http://ftpmirror.gnu.org/m4/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_HOST="ccache:host"
PKG_LONGDESC="The m4 macro processor."
PKG_CONFIGURE_OPTS_HOST="gl_cv_func_gettimeofday_clobber=no --target=${TARGET_NAME}"
post_makeinstall_host() {
make prefix=${SYSROOT_PREFIX}/usr install
}