b2a1e959ea
Remove upstream patches. COPYING hash changed because the URLs were converted to https. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
15 lines
380 B
Makefile
15 lines
380 B
Makefile
################################################################################
|
|
#
|
|
# m4
|
|
#
|
|
################################################################################
|
|
|
|
M4_VERSION = 1.4.19
|
|
M4_SOURCE = m4-$(M4_VERSION).tar.xz
|
|
M4_SITE = $(BR2_GNU_MIRROR)/m4
|
|
M4_LICENSE = GPL-3.0+
|
|
M4_LICENSE_FILES = COPYING
|
|
HOST_M4_CONF_OPTS = --disable-static
|
|
|
|
$(eval $(host-autotools-package))
|