]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
bump version expat-2.5.0
authorMarkham <markham001@gmx.de>
Tue, 6 Dec 2022 18:48:35 +0000 (19:48 +0100)
committerMarkham <markham001@gmx.de>
Tue, 6 Dec 2022 18:48:35 +0000 (19:48 +0100)
archive-patches/expat/expat-libtool-tag.patch [new file with mode: 0644]
make/libraries.mk
make/versions.mk

diff --git a/archive-patches/expat/expat-libtool-tag.patch b/archive-patches/expat/expat-libtool-tag.patch
new file mode 100644 (file)
index 0000000..ea8c067
--- /dev/null
@@ -0,0 +1,29 @@
+From 10342e6b600858b091bc7771e454d9e06af06410 Mon Sep 17 00:00:00 2001
+From: Khem Raj <raj.khem@gmail.com>
+Date: Thu, 2 Nov 2017 18:20:57 +0800
+Subject: [PATCH] Add CC tag to build
+
+Add CC tag to build
+
+Upstream-Status: Pending
+Signed-off-by: Khem Raj <raj.khem@gmail.com>
+Signed-off-by: Dengke Du <dengke.du@windriver.com>
+---
+ Makefile.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index 9560a95..d444bd6 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -353,7 +353,7 @@ LIBCURRENT = @LIBCURRENT@
+ LIBOBJS = @LIBOBJS@
+ LIBREVISION = @LIBREVISION@
+ LIBS = @LIBS@
+-LIBTOOL = @LIBTOOL@
++LIBTOOL = @LIBTOOL@ --tag CC
+ LIPO = @LIPO@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
+-- 
+2.7.4
index a9d6d8679d43fe4099ff84914bb188e97ba5ba30..37856bc33561a25108ca06731c0d9439f5de189c 100755 (executable)
@@ -1043,6 +1043,7 @@ $(D)/expat: $(ARCHIVE)/expat-$(EXPAT_VER).tar.bz2 | $(TARGETPREFIX)
        $(START_BUILD)
        $(UNTAR)/expat-$(EXPAT_VER).tar.bz2
        set -e; cd $(BUILD_TMP)/expat-$(EXPAT_VER); \
+               patch -p1 < $(PATCHES)/expat/expat-libtool-tag.patch; \
                $(CONFIGURE) \
                        --prefix= \
                        --mandir=/.remove \
index 0ed82327540f0b5d4ef7a566d3d51466a30b42ca..72ae128be4bfba77742e029b6ab72a07ca323b11 100644 (file)
@@ -67,7 +67,7 @@ FUSE_EXFAT_VER=1.3.0
 EXFAT_UTILS_VER=1.3.0
 
 # C library for parsing XML
-EXPAT_VER = 2.4.9
+EXPAT_VER = 2.5.0
 
 # Picture from Framebuffer
 FBSHOT_VER = 0.3