liblangtag: rebuild (#25024)

This commit is contained in:
Christoph Reiter
2025-08-02 10:17:53 +02:00
committed by GitHub
parent 357241825a
commit 57d660c94f
2 changed files with 20 additions and 2 deletions

View File

@@ -45,3 +45,21 @@
-version-info $(LT_G_CURRENT):$(LT_G_REVISION):$(LT_G_AGE) \
$(NULL)
#
--- liblangtag-0.6.7/extensions/Makefile.am.orig 2021-09-27 06:52:04.000000000 +0200
+++ liblangtag-0.6.7/extensions/Makefile.am 2025-08-01 17:02:03.580475200 +0200
@@ -62,6 +62,7 @@
liblangtag_ext_ldml_t_la_LDFLAGS = \
-avoid-version \
-module \
+ -no-undefined \
$(NULL)
#
liblangtag_ext_ldml_u_la_SOURCES = \
@@ -73,6 +74,7 @@
liblangtag_ext_ldml_u_la_LDFLAGS = \
-avoid-version \
-module \
+ -no-undefined \
$(NULL)
-include $(top_srcdir)/git.mk

View File

@@ -4,7 +4,7 @@ _realname=liblangtag
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.6.7
pkgrel=4
pkgrel=5
pkgdesc="An interface library to access tags for identifying languages. (mingw-w64)"
arch=('any')
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
@@ -28,7 +28,7 @@ source=("https://bitbucket.org/tagoh/liblangtag/downloads/${_realname}-${pkgver}
"002-update-ax-pthread-m4.patch"
"003-aarch64.patch")
sha256sums=('5ed6bcd4ae3f3c05c912e62f216cd1a44123846147f729a49fb5668da51e030e'
'ec43e6829c2e76ea8194f053d8bd38d3db6617df8c7bee79437df8d00dea9bed'
'7cd5c398605f8f53450ba0fb1bea984b0a3e0e54fefad1cebbc7c2e0c1174f6c'
'45a06e3c70cb374f50e180570b8e9bf484fdfba5caa4f0eee65ed60d63421c01'
'4c4f7c6c12a3c3d4381f1f029d57ab1d54043f89d0c7ba18dba146157ad9ff29')