From 614dee2f9d146b148d9c54dd480e7df81ba2f3a7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 22 Jul 2022 14:46:57 +0100 Subject: gentoo auto-resync : 22:07:2022 - 14:46:57 --- .../apache/files/apache-2.4.54-libtool.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 www-servers/apache/files/apache-2.4.54-libtool.patch (limited to 'www-servers/apache/files') diff --git a/www-servers/apache/files/apache-2.4.54-libtool.patch b/www-servers/apache/files/apache-2.4.54-libtool.patch new file mode 100644 index 000000000000..a0d55d885fd8 --- /dev/null +++ b/www-servers/apache/files/apache-2.4.54-libtool.patch @@ -0,0 +1,21 @@ +Bug: https://bugs.gentoo.org/858836 + +From: orbea +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]) + -- cgit v1.2.3