From 50b9533566d2fd83fbb6d4408af79c6de6fb9f86 Mon Sep 17 00:00:00 2001 From: "fenghui@nfschina.com" Date: Mon, 31 Mar 2025 19:26:16 +0800 Subject: [PATCH] Support sw_64 arch Project:TC2024110202 --- libtimezonemap.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libtimezonemap.spec b/libtimezonemap.spec index a2ba3ac..b9bd6a0 100644 --- a/libtimezonemap.spec +++ b/libtimezonemap.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 Name: libtimezonemap Version: 0.4.5.2 @@ -49,6 +49,9 @@ files used for building applications that use %{name}. %autosetup -p1 -n timezonemap-%{version} %build +%ifarch sw_64 +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/lib +%endif ./autogen.sh %configure make %{?_smp_mflags} @@ -78,6 +81,9 @@ rm -f %{buildroot}%{_libdir}/*.la %doc README TODO %changelog +* Mon Mar 31 2025 fenghui - 0.4.5.2-4 +- arch: Support sw_64 arch + * Tue Apr 11 2023 Kaihao Bai - 0.4.5.2-3 - optimize spec -- Gitee