summaryrefslogtreecommitdiff
path: root/dev-java/tomcat-native
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-12 07:12:21 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-12 07:12:21 +0000
commit00756a7495ccc0455ef2adbeb2237a02f1aa2629 (patch)
treeb5ac0552e1d8aaeae7d72f9d1347374a3ab477cb /dev-java/tomcat-native
parent7d53991481b4c789f2c1a6ab1302d20a0241ad8d (diff)
downloadbaldeagleos-repo-00756a7495ccc0455ef2adbeb2237a02f1aa2629.tar.gz
baldeagleos-repo-00756a7495ccc0455ef2adbeb2237a02f1aa2629.tar.xz
baldeagleos-repo-00756a7495ccc0455ef2adbeb2237a02f1aa2629.zip
Adding metadata
Diffstat (limited to 'dev-java/tomcat-native')
-rw-r--r--dev-java/tomcat-native/files/tomcat-native-1.2.39-slibtool.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-java/tomcat-native/files/tomcat-native-1.2.39-slibtool.patch b/dev-java/tomcat-native/files/tomcat-native-1.2.39-slibtool.patch
deleted file mode 100644
index e193a0ffd905..000000000000
--- a/dev-java/tomcat-native/files/tomcat-native-1.2.39-slibtool.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 54dccd3a4dc01801d9311b3160808305ec9fc2cf Mon Sep 17 00:00:00 2001
-From: orbea <orbea@riseup.net>
-Date: Thu, 21 Jul 2022 17:59:14 -0700
-Subject: [PATCH] native: Fix the build with rlibtool
-
-When building tomcat-native with slibtool using the rlibtool symlink the
-build will fail. This is because rlibtool requires the generated libtool
-script to determine if the build is shared, static or both.
-
-Gentoo bug: https://bugs.gentoo.org/778914
----
- native/configure.in | 3 +++
- 1 file changed, 3 insertions(+)
-
---- a/configure.in
-+++ b/configure.in
-@@ -50,6 +50,9 @@ AC_SUBST(TCN_CONFIG_LOCATION)
- AC_CANONICAL_TARGET
- AC_PROG_INSTALL
-
-+dnl Generate the libtool script which is needed for rlibtool
-+LT_INIT
-+
- dnl
- dnl compute the top directory of the build
- dnl note: this is needed for LIBTOOL and exporting the bundled Expat