[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/XS/Makefile.am (DocumentXS_la_LDFLAG
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/XS/Makefile.am (DocumentXS_la_LDFLAGS): remove $(LTLIBICONV) $(LTLIBUNISTRING) from XS link flags when the XS object does not use libunistring or iconv. |
Date: |
Sat, 16 Nov 2024 07:35:53 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 90fafadf72 * tp/Texinfo/XS/Makefile.am (DocumentXS_la_LDFLAGS): remove
$(LTLIBICONV) $(LTLIBUNISTRING) from XS link flags when the XS object does not
use libunistring or iconv.
90fafadf72 is described below
commit 90fafadf72b221b4d1fd27b0fbd2177535466074
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Nov 16 13:35:50 2024 +0100
* tp/Texinfo/XS/Makefile.am (DocumentXS_la_LDFLAGS): remove
$(LTLIBICONV) $(LTLIBUNISTRING) from XS link flags when the XS object
does not use libunistring or iconv.
---
ChangeLog | 6 ++++++
tp/Texinfo/XS/Makefile.am | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 1038f77d50..1572928b4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-11-16 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/Makefile.am (DocumentXS_la_LDFLAGS): remove
+ $(LTLIBICONV) $(LTLIBUNISTRING) from XS link flags when the XS object
+ does not use libunistring or iconv.
+
2024-11-16 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/Makefile.am: rename libxsparagraph as libparagraph,
diff --git a/tp/Texinfo/XS/Makefile.am b/tp/Texinfo/XS/Makefile.am
index 2f53ac421a..7ffc47f00f 100644
--- a/tp/Texinfo/XS/Makefile.am
+++ b/tp/Texinfo/XS/Makefile.am
@@ -446,7 +446,7 @@ EXTRA_DIST += main/DocumentXS.xs
DocumentXS_la_CPPFLAGS = -I$(srcdir)/main $(AM_CPPFLAGS) $(XSLIBS_CPPFLAGS)
DocumentXS_la_CFLAGS = $(XSLIBS_CFLAGS)
DocumentXS_la_LIBADD = libtexinfoxs.la libtexinfo.la $(platform_PERL_LIBADD)
-DocumentXS_la_LDFLAGS = $(XSLIBS_LDFLAGS) $(LTLIBICONV) $(LTLIBUNISTRING)
+DocumentXS_la_LDFLAGS = $(XSLIBS_LDFLAGS)
########################## StructuringTransfo XS
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/XS/Makefile.am (DocumentXS_la_LDFLAGS): remove $(LTLIBICONV) $(LTLIBUNISTRING) from XS link flags when the XS object does not use libunistring or iconv.,
Patrice Dumas <=