summaryrefslogtreecommitdiff
path: root/Ports/ntbtls/patches/ReadMe.md
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2022-06-03 17:14:24 +0200
committerLinus Groh <mail@linusgroh.de>2022-06-03 20:50:01 +0100
commit1c66ec7aea48da0c0bbfa2760313b92a57859c06 (patch)
tree5908c7c8b0d46b5167da7477a0701221a3025255 /Ports/ntbtls/patches/ReadMe.md
parent1f726791fb585dbcaaa6e69bf5fcdc4efa40f8a4 (diff)
downloadserenity-1c66ec7aea48da0c0bbfa2760313b92a57859c06.zip
Ports: Replace manually linking `ntbtls` with a libtool patch
Diffstat (limited to 'Ports/ntbtls/patches/ReadMe.md')
-rw-r--r--Ports/ntbtls/patches/ReadMe.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/Ports/ntbtls/patches/ReadMe.md b/Ports/ntbtls/patches/ReadMe.md
new file mode 100644
index 0000000000..0d3eb61639
--- /dev/null
+++ b/Ports/ntbtls/patches/ReadMe.md
@@ -0,0 +1,16 @@
+# Patches for ntbtls on SerenityOS
+
+## `0001-libtool-Enable-shared-library-support-for-SerenityOS.patch`
+
+libtool: Enable shared library support for SerenityOS
+
+For some odd reason, libtool handles the configuration for shared
+libraries entirely statically and in its configure script. If no
+shared library support is "present", building shared libraries is
+disabled entirely.
+
+Fix that by just adding the appropriate configuration options for
+`serenity`. This allows us to finally create dynamic libraries
+automatically using libtool, without having to manually link the
+static library into a shared library.
+