| Commit message (Expand) | Author | Age | Files | Lines |
* | autotools.mk: fix gettext fixup | Rosen Penev | 2021-02-23 | 1 | -1/+1 |
* | build: add support for patching libtool to include ABI version in soname | Felix Fietkau | 2021-02-15 | 1 | -0/+10 |
* | build: use SPDX license tags | Paul Spooren | 2021-02-05 | 1 | -5/+2 |
* | autotools.mk: autoreconf: fix missing install-sh | Petr Štetiar | 2019-07-26 | 1 | -1/+3 |
* | treewide: fix build depends to refer to source package names | Matthias Schiffer | 2018-01-13 | 1 | -2/+2 |
* | build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory... | Matthias Schiffer | 2017-01-18 | 1 | -1/+1 |
* | include/autotools.mk: use STAGING_DIR_HOSTPKG where appropriate | Matthias Schiffer | 2017-01-14 | 1 | -2/+2 |
* | autotools: use correct version for gettext FIXUP | Dirk Neukirchen | 2016-10-13 | 1 | -1/+1 |
* | include/autotools.mk: fix gettext installation path | Felix Fietkau | 2016-01-20 | 1 | -2/+2 |
* | Revert "include/autoconf.mk: decouple host fixups from target fixups" | Felix Fietkau | 2016-01-20 | 1 | -4/+10 |
* | include/autoconf.mk: decouple host fixups from target fixups | Felix Fietkau | 2016-01-20 | 1 | -10/+4 |
* | include: improve 'gettext-version' fixup | Nicolas Thill | 2015-01-31 | 1 | -10/+14 |
* | autotools.mk: add a gettext-version PKG_FIXUP (#11236) | Jo-Philipp Wich | 2012-10-10 | 1 | -0/+13 |
* | autotools.mk: cope with Debian version strings in libtool | Jo-Philipp Wich | 2012-06-11 | 1 | -3/+3 |
* | autotools.mk: fix autoreconf in subdirectories, thanks field_it for spotting ... | Jo-Philipp Wich | 2012-01-20 | 1 | -1/+1 |
* | autotools.mk: link config.rpath before running autoreconf, also touch ABOUT-N... | Jo-Philipp Wich | 2011-10-16 | 1 | -3/+3 |
* | include: autotools.mk: do not fail in patch-libtool fixup if patch is already... | Jo-Philipp Wich | 2011-10-11 | 1 | -1/+1 |
* | autotools.mk: implement PKG_FIXUP:=patch-libtool This change allows to apply ... | Jo-Philipp Wich | 2011-08-01 | 1 | -1/+37 |
* | autotools.mk: disable autoreconf recursion if more than one dir is given in P... | Jo-Philipp Wich | 2011-04-11 | 1 | -0/+1 |
* | add config.rpath and link it in autotools.mk if missing, some packages might ... | Jo-Philipp Wich | 2011-02-27 | 1 | -0/+2 |
* | autotools.mk: -B is not passed on by autoreconf, use -I instead - fixes PKG_M... | Jo-Philipp Wich | 2011-02-02 | 1 | -1/+1 |
* | autotools.mk: introduce PKG_MACRO_PATHS and HOST_MACRO_PATHS which default to... | Jo-Philipp Wich | 2010-12-26 | 1 | -4/+7 |
* | autotools.mk: like libintl, make all libtool fixup packages depend on the lib... | Jo-Philipp Wich | 2010-12-19 | 1 | -2/+2 |
* | autotools.mk: add a (dummy) libintl build dependency to any package using the... | Jo-Philipp Wich | 2010-12-19 | 1 | -2/+2 |
* | autotools.mk: remove HOST_BUILD_DEPENDS on libtool | Jo-Philipp Wich | 2010-12-18 | 1 | -2/+0 |
* | autotools.mk: set AUTOPOINT to "true", not all hosts have it install and it m... | Jo-Philipp Wich | 2010-12-18 | 1 | -1/+2 |
* | autotools.mk: touch NEWS, AUTHORS, COPYING and ChangeLog, automake wants them | Jo-Philipp Wich | 2010-12-15 | 1 | -0/+1 |
* | autotools.mk: always pass -I m4, some package don't seem to set correct AMFLA... | Jo-Philipp Wich | 2010-12-15 | 1 | -1/+1 |
* | autotools.mk: don't rely on shipped autogen.sh files | Jo-Philipp Wich | 2010-12-15 | 1 | -3/+1 |
* | autotools.mk: explicately pass toolchain versions of automake, autoconf, libt... | Jo-Philipp Wich | 2010-12-15 | 1 | -2/+12 |
* | - implement hooks for hostbuilds - use host build hooks to implement fixups f... | Jo-Philipp Wich | 2010-12-13 | 1 | -14/+58 |
* | autotools.mk: add yet another aclocal path | Jo-Philipp Wich | 2010-12-13 | 1 | -0/+1 |
* | autotools.mk: support autoreconf at different paths, introduce PKG_AUTOMAKE_P... | Jo-Philipp Wich | 2010-12-13 | 1 | -10/+13 |
* | rework aclocal handling, packages have issues writing through the symlink so ... | Jo-Philipp Wich | 2010-12-11 | 1 | -0/+1 |
* | autotools.mk: let PKG_REMOVE_FILES default to aclocal.m4 | Jo-Philipp Wich | 2010-12-10 | 1 | -0/+1 |
* | autotools.mk: remove autom4ate.cache directory when autoreconf-ing | Jo-Philipp Wich | 2010-12-10 | 1 | -0/+1 |
* | support the autoreconf fixup without libtool | Felix Fietkau | 2010-12-10 | 1 | -0/+5 |
* | autotools.mk: introduce PKG_REMOVE_FILES to delete certain files after applyi... | Jo-Philipp Wich | 2010-12-08 | 1 | -1/+3 |
* | autotools.mk: remove GNUmakefile before running autoreconf (spotted libgcrypt++) | Jo-Philipp Wich | 2010-12-08 | 1 | -0/+1 |
* | autotools.mk: allow disabling autoreconf, remove libdir fixup | Jo-Philipp Wich | 2010-12-08 | 1 | -9/+4 |
* | autotools.mk: allow autogen.sh / autoreconf to fail (for now) | Jo-Philipp Wich | 2010-12-08 | 1 | -2/+2 |
* | autotools.mk: if ./autogen.sh exists, call that. Call autoreconfig only if co... | Jo-Philipp Wich | 2010-12-08 | 1 | -1/+8 |
* | deploy the steamroller tactics and autoreconfigure any package carring the li... | Jo-Philipp Wich | 2010-12-08 | 1 | -37/+10 |
* | re-enable the libtool PKG_BUILD_DEPENDS for PKG_FIXUP and emit a deprecation ... | Jo-Philipp Wich | 2010-12-04 | 1 | -14/+9 |
* | ensure accidentally installed *.la-files (into $STAGING_DIR) are going to be ... | Mirko Vogt | 2010-12-04 | 1 | -0/+8 |
* | disable libtool fixups in trunk globally | Mirko Vogt | 2010-12-04 | 1 | -13/+14 |
* | fix libtool fixup for libstdc++ | Felix Fietkau | 2010-08-19 | 1 | -1/+1 |
* | add a new helper macro to deal with conditional ./configure flags | Felix Fietkau | 2010-03-29 | 1 | -0/+1 |
* | autotools.mk: Don't try to fixup .la files in the DevInstall host path, becau... | Lars-Peter Clausen | 2010-02-20 | 1 | -3/+0 |
* | autotools.mk: Add PKG_LIBTOOL_PATHS variable. | Lars-Peter Clausen | 2010-02-18 | 1 | -5/+19 |