texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Gavin D. Smith
Date: Thu, 21 Nov 2024 13:31:17 -0500 (EST)

branch: master
commit 7c69f3d993e6f8b58952ca3921a575b1a24280de
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Nov 21 18:30:54 2024 +0000

    * tp/Texinfo/XS/configure.ac (LT_INIT): Add "dlopen" option,
    as according the libtool manual it should be used when building
    a library that can be dlopen'd.
---
 ChangeLog                  | 6 ++++++
 tp/Texinfo/XS/configure.ac | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 89372c0821..66c380f0de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-11-21  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * tp/Texinfo/XS/configure.ac (LT_INIT): Add "dlopen" option,
+       as according the libtool manual it should be used when building
+       a library that can be dlopen'd.
+
 2024-11-21  Gavin Smith <gavinsmith0123@gmail.com>
 
        * tp/Texinfo/XSLoader.pm (load_libtool_library);
diff --git a/tp/Texinfo/XS/configure.ac b/tp/Texinfo/XS/configure.ac
index 8cc5bd8d68..e26fbc2783 100644
--- a/tp/Texinfo/XS/configure.ac
+++ b/tp/Texinfo/XS/configure.ac
@@ -186,7 +186,7 @@ AM_MISSING_PROG([GAWK], [gawk])
 
 gl_INIT
 
-LT_INIT([disable-static])
+LT_INIT([disable-static dlopen])
 
 # Note that the above have to be outside the disable_xs block
 # otherwise it causes an error with configure.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]