Matthias Schiffer
|
c364cb8e46
include: autotools: do not symlink files in autoreconf
|
1 rok temu |
Michael Pratt
|
c52d938481
autotools: add list of fake paths to tools
|
2 lat temu |
Michael Pratt
|
83c1bf2cd4
autotools: remove specialized version of libtool
|
2 lat temu |
Hauke Mehrtens
|
f08190e743
include: autotools: Add dummy GTKDOCIZE
|
2 lat temu |
Rosen Penev
|
c0ba4201f8
libiconv-stub: remove
|
3 lat temu |
Huangbin Zhan
|
044ca149f3
build: autotools: fix cache path
|
4 lat temu |
Rosen Penev
|
e6f569406f
gettext: remove package
|
4 lat temu |
Sebastian Kemper
|
b2adc7f18c
build: prevent dupes in autotools.mk
|
4 lat temu |
Rosen Penev
|
90b1524f75
autotools.mk: fix gettext fixup
|
4 lat temu |
Felix Fietkau
|
f696cd3df3
build: add support for patching libtool to include ABI version in soname
|
4 lat temu |
Paul Spooren
|
a17b8eaa2e
build: use SPDX license tags
|
5 lat temu |
Petr Štetiar
|
5cf897779e
autotools.mk: autoreconf: fix missing install-sh
|
7 lat temu |
Matthias Schiffer
|
37cf77d946
treewide: fix build depends to refer to source package names
|
8 lat temu |
Matthias Schiffer
|
3d71786154
build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory for all targets
|
9 lat temu |
Matthias Schiffer
|
12d0a66942
include/autotools.mk: use STAGING_DIR_HOSTPKG where appropriate
|
9 lat temu |
Dirk Neukirchen
|
336e277e8b
autotools: use correct version for gettext FIXUP
|
9 lat temu |
Felix Fietkau
|
1193dc4e05
include/autotools.mk: fix gettext installation path
|
10 lat temu |
Felix Fietkau
|
f8cdadc832
Revert "include/autoconf.mk: decouple host fixups from target fixups"
|
10 lat temu |
Felix Fietkau
|
d542d8e3c1
include/autoconf.mk: decouple host fixups from target fixups
|
10 lat temu |
Nicolas Thill
|
ce9b49046c
include: improve 'gettext-version' fixup
|
11 lat temu |
Jo-Philipp Wich
|
7074927533
autotools.mk: add a gettext-version PKG_FIXUP (#11236)
|
13 lat temu |
Jo-Philipp Wich
|
d40fe9d24e
autotools.mk: cope with Debian version strings in libtool
|
13 lat temu |
Jo-Philipp Wich
|
a5d34b8613
autotools.mk: fix autoreconf in subdirectories, thanks field_it for spotting this
|
14 lat temu |
Jo-Philipp Wich
|
d8d9130e45
autotools.mk: link config.rpath before running autoreconf, also touch ABOUT-NLS - needed by minidlna CVS version
|
14 lat temu |
Jo-Philipp Wich
|
e7b094e849
include: autotools.mk: do not fail in patch-libtool fixup if patch is already applied
|
14 lat temu |
Jo-Philipp Wich
|
bd982fb72c
autotools.mk: implement PKG_FIXUP:=patch-libtool This change allows to apply OpenWrt, Buildroot and OE libtool fixes to packages which fail badly at autoreconf. The fixup covers the common libtool versions 1.5, 2.2 and 2.4 and automatically determines the correct version to use.
|
14 lat temu |
Jo-Philipp Wich
|
a65b43a46f
autotools.mk: disable autoreconf recursion if more than one dir is given in PKG_AUTOMAKE_PATHS
|
14 lat temu |
Jo-Philipp Wich
|
073c5e0e74
add config.rpath and link it in autotools.mk if missing, some packages might need it, especially users of lib-link.m4 or iconv.m4
|
15 lat temu |
Jo-Philipp Wich
|
4fec7f7edb
autotools.mk: -B is not passed on by autoreconf, use -I instead - fixes PKG_MACRO_PATHS
|
15 lat temu |
Jo-Philipp Wich
|
ec45087403
autotools.mk: introduce PKG_MACRO_PATHS and HOST_MACRO_PATHS which default to ./m4, add LIBTOOL to AM_TOOL_PATHS
|
15 lat temu |