diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2017-08-02 22:33:08 +0200 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2017-08-02 22:33:08 +0200 |
commit | 42a8ad59f9916fb1aaf5fdd8a5ae6dcb55b1b7b6 (patch) | |
tree | 1712e23d7941ba96283ba4e6c680e439238026bc /patches | |
parent | 88cac2255db7c462ad7ab7c7ac5ffa9b3ab00c02 (diff) | |
download | midipix_build-42a8ad59f9916fb1aaf5fdd8a5ae6dcb55b1b7b6.tar.bz2 midipix_build-42a8ad59f9916fb1aaf5fdd8a5ae6dcb55b1b7b6.tar.xz |
vars/build.vars: build expat and libxml2 before apr_util (via hanetzer.)
patches/expat-2.2.0.local.patch: remove ${LIBTOOL} override.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/expat-2.2.0.local.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/expat-2.2.0.local.patch b/patches/expat-2.2.0.local.patch new file mode 100644 index 00000000..b6f1446b --- /dev/null +++ b/patches/expat-2.2.0.local.patch @@ -0,0 +1,13 @@ +--- expat-2.2.0/configure.orig 2016-06-21 15:52:05.000000000 +0200 ++++ expat-2.2.0/configure 2017-08-02 22:31:27.913780534 +0200 +@@ -7493,8 +7493,8 @@ + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS=$ltmain + +-# Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++# NEIN ++# LIBTOOL='$(top_builddir)/libtool' + + + |