commit:     4dc522359ec9731c76f5de74c4b3904c9592fd5a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 08:30:15 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 08:30:15 2023 +0000
URL:        https://gitweb.gentoo.org/proj/apache.git/commit/?id=4dc52235

Add libtool patch

Bug: https://bugs.gentoo.org/858836
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 2.4/patches/05_libtool.patch | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/2.4/patches/05_libtool.patch b/2.4/patches/05_libtool.patch
new file mode 100644
index 0000000..a0d55d8
--- /dev/null
+++ b/2.4/patches/05_libtool.patch
@@ -0,0 +1,21 @@
+Bug: https://bugs.gentoo.org/858836
+
+From: orbea <[email protected]>
+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])
+ 

Reply via email to