Matthias Schiffer
|
3d71786154
build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory for all targets
|
9 年之前 |
Matthias Schiffer
|
12d0a66942
include/autotools.mk: use STAGING_DIR_HOSTPKG where appropriate
|
9 年之前 |
Dirk Neukirchen
|
336e277e8b
autotools: use correct version for gettext FIXUP
|
9 年之前 |
Felix Fietkau
|
1193dc4e05
include/autotools.mk: fix gettext installation path
|
10 年之前 |
Felix Fietkau
|
f8cdadc832
Revert "include/autoconf.mk: decouple host fixups from target fixups"
|
10 年之前 |
Felix Fietkau
|
d542d8e3c1
include/autoconf.mk: decouple host fixups from target fixups
|
10 年之前 |
Nicolas Thill
|
ce9b49046c
include: improve 'gettext-version' fixup
|
11 年之前 |
Jo-Philipp Wich
|
7074927533
autotools.mk: add a gettext-version PKG_FIXUP (#11236)
|
13 年之前 |
Jo-Philipp Wich
|
d40fe9d24e
autotools.mk: cope with Debian version strings in libtool
|
13 年之前 |
Jo-Philipp Wich
|
a5d34b8613
autotools.mk: fix autoreconf in subdirectories, thanks field_it for spotting this
|
14 年之前 |
Jo-Philipp Wich
|
d8d9130e45
autotools.mk: link config.rpath before running autoreconf, also touch ABOUT-NLS - needed by minidlna CVS version
|
14 年之前 |
Jo-Philipp Wich
|
e7b094e849
include: autotools.mk: do not fail in patch-libtool fixup if patch is already applied
|
14 年之前 |
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 年之前 |
Jo-Philipp Wich
|
a65b43a46f
autotools.mk: disable autoreconf recursion if more than one dir is given in PKG_AUTOMAKE_PATHS
|
14 年之前 |
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 年之前 |
Jo-Philipp Wich
|
4fec7f7edb
autotools.mk: -B is not passed on by autoreconf, use -I instead - fixes PKG_MACRO_PATHS
|
15 年之前 |
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 年之前 |
Jo-Philipp Wich
|
f28b49208b
autotools.mk: like libintl, make all libtool fixup packages depend on the libiconv stub
|
15 年之前 |
Jo-Philipp Wich
|
fd181101aa
autotools.mk: add a (dummy) libintl build dependency to any package using the libtool fixup
|
15 年之前 |
Jo-Philipp Wich
|
c9f9fc8154
autotools.mk: remove HOST_BUILD_DEPENDS on libtool
|
15 年之前 |
Jo-Philipp Wich
|
4e19240b9b
autotools.mk: set AUTOPOINT to "true", not all hosts have it install and it makes autoreconf fail if not present, it also needs cvs which isn't installed on all hosts either
|
15 年之前 |
Jo-Philipp Wich
|
a4350e3861
autotools.mk: touch NEWS, AUTHORS, COPYING and ChangeLog, automake wants them
|
15 年之前 |
Jo-Philipp Wich
|
249693d50b
autotools.mk: always pass -I m4, some package don't seem to set correct AMFLAGS (or any at all..)
|
15 年之前 |
Jo-Philipp Wich
|
6489a9c575
autotools.mk: don't rely on shipped autogen.sh files
|
15 年之前 |
Jo-Philipp Wich
|
f3ac8849a5
autotools.mk: explicately pass toolchain versions of automake, autoconf, libtoolize, ... to autoreconf
|
15 年之前 |
Jo-Philipp Wich
|
dbf8d9c516
- implement hooks for hostbuilds - use host build hooks to implement fixups for host build - move separator declaration to rules.mk
|
15 年之前 |
Jo-Philipp Wich
|
135cfe50c9
autotools.mk: add yet another aclocal path
|
15 年之前 |
Jo-Philipp Wich
|
c48a705702
autotools.mk: support autoreconf at different paths, introduce PKG_AUTOMAKE_PATHS which defaults to '.'
|
15 年之前 |
Jo-Philipp Wich
|
bf9e9b6a91
rework aclocal handling, packages have issues writing through the symlink so keep the host aclocal as include path for now
|
15 年之前 |
Jo-Philipp Wich
|
88a1c20900
autotools.mk: let PKG_REMOVE_FILES default to aclocal.m4
|
15 年之前 |