From e4cc9546f286dac0ef2d0c6f1f08202fe742df7f Mon Sep 17 00:00:00 2001 From: Hailiang Date: Tue, 18 Mar 2025 13:37:08 +0800 Subject: [PATCH] fix sw_64 build error (cherry picked from commit 8328455f8174f3099a8913009208d63ae0dd62ad) --- libtimezonemap.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libtimezonemap.spec b/libtimezonemap.spec index e52d09d..75f3684 100644 --- a/libtimezonemap.spec +++ b/libtimezonemap.spec @@ -1,6 +1,6 @@ Name: libtimezonemap Version: 0.4.5.2 -Release: 1 +Release: 2 Summary: A GTK+3 timezone map widget License: GPLv3 URL: https://launchpad.net/timezonemap @@ -31,6 +31,9 @@ The package contains header files used for building applications that use %{name %autosetup -n timezonemap-%{version} -p1 %build +%ifarch sw_64 +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/lib +%endif ./autogen.sh %configure %make_build @@ -62,6 +65,9 @@ The package contains header files used for building applications that use %{name %doc README TODO NEWS ChangeLog %changelog +* Tue Mar 18 2025 mahailiang - 0.4.5.2-2 +- fix sw_64 build error + * Wed Oct 19 2022 yanglu - 0.4.5.2-1 - Type:bugfix - ID:NA