diff options
author | Sebastian Kemper <sebastian_ml@gmx.net> | 2020-01-26 18:59:42 +0100 |
---|---|---|
committer | Sebastian Kemper <sebastian_ml@gmx.net> | 2020-01-26 19:00:48 +0100 |
commit | a62c0e599b52307e0896e15164ae1558a81be930 (patch) | |
tree | 203d2275b4d90b9a4a4973d5a0bae86299c1f6ad /libs/apr-util/patches | |
parent | 193c3913b6a1c8d273cb86e2598848fc8b3920b6 (diff) |
apr-util: clean up Makefile and remove patch
- removes 001-automake-compat.patch:
Looks like this was meant as a workaround for a libtool issue. But it
doesn't appear to be needed anymore.
- cleans up installation defines (uses macros, cleans up sed scripts,
removes gratuitous slashes & whitespaces)
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Diffstat (limited to 'libs/apr-util/patches')
-rw-r--r-- | libs/apr-util/patches/001-automake-compat.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/libs/apr-util/patches/001-automake-compat.patch b/libs/apr-util/patches/001-automake-compat.patch deleted file mode 100644 index 20c4cf2b9..000000000 --- a/libs/apr-util/patches/001-automake-compat.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -8,6 +8,7 @@ APRUTIL_MAJOR_VERSION=@APRUTIL_MAJOR_VER - APRUTIL_DOTTED_VERSION=@APRUTIL_DOTTED_VERSION@ - - srcdir = @srcdir@ -+top_builddir = @top_builddir@ - VPATH = @srcdir@ - - INCLUDES = @APRUTIL_PRIV_INCLUDES@ @APR_INCLUDES@ @APRUTIL_INCLUDES@ ---- a/configure.in -+++ b/configure.in -@@ -41,6 +41,8 @@ AC_SUBST(APU_CONFIG_LOCATION) - AC_CANONICAL_SYSTEM - - AC_PROG_INSTALL -+AC_PROG_LIBTOOL -+LT_INIT - - # Use -no-install or -no-fast-install to link the test - # programs on all platforms but Darwin, where it would cause |