summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-10-11 07:48:11 +0200
committerHans de Graaff <graaff@gentoo.org>2023-10-11 07:54:04 +0200
commit25a1eaafc964ef2e29cc663292a0bcddab7f43e5 (patch)
treeed5e4d1a7fde7ef28fd829a43f0daf22e80a827c
parentAdd rustls-ffi patch (diff)
downloadapache-25a1eaafc964ef2e29cc663292a0bcddab7f43e5.tar.gz
apache-25a1eaafc964ef2e29cc663292a0bcddab7f43e5.tar.bz2
apache-25a1eaafc964ef2e29cc663292a0bcddab7f43e5.zip
Drop 2.4 libtool patch
Bug: https://bugs.gentoo.org/860081 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--2.4/patches/05_libtool.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/2.4/patches/05_libtool.patch b/2.4/patches/05_libtool.patch
deleted file mode 100644
index a0d55d8..0000000
--- a/2.4/patches/05_libtool.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Bug: https://bugs.gentoo.org/858836
-
-From: orbea <orbea@riseup.net>
-Date: Tue, 19 Jul 2022 07:46:36 -0700
-Subject: [PATCH] build: Fix the build with slibtool
-
-Adding LT_INIT to configure.in generates the libtool script in the build
-directory which is required by rlibtool to determine if the build is
-shared or static.
-
---- a/configure.in
-+++ b/configure.in
-@@ -398,7 +398,7 @@ AC_PATH_PROG(RSYNC, rsync)
- AC_PATH_PROG(SVN, svn)
- AC_PROG_AWK
- AC_PROG_LN_S
--AC_CHECK_TOOL(RANLIB, ranlib, true)
-+LT_INIT
- dnl AC_PATH_PROG(PERL_PATH, perl)
- AC_CHECK_PROGS(LYNX_PATH,[lynx links elinks], [lynx])
-