From 690b13373c161d642b0ee8bd4f2c0cbda40c0421 Mon Sep 17 00:00:00 2001 From: yangchenguang Date: Fri, 22 Sep 2023 10:10:40 +0800 Subject: [PATCH] modify wx-config to support sw_64 Signed-off-by: yangchenguang --- wx-config | 2 +- wxGTK3.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/wx-config b/wx-config index 78c2f8f..90144b5 100644 --- a/wx-config +++ b/wx-config @@ -19,7 +19,7 @@ if [ -z $arch ]; then fi case $arch in - i?86|ppc|s390|sparc|arm*|ia64|mips|mipsel|riscv32) + i?86|ppc|s390|sparc|arm*|ia64|mips|mipsel|riscv32|sw_64) libdir=/usr/lib ;; x86_64|ppc64|s390x|sparc64|aarch64|ppc64le|mips64*|riscv64|loongarch64) diff --git a/wxGTK3.spec b/wxGTK3.spec index c45f447..183336a 100644 --- a/wxGTK3.spec +++ b/wxGTK3.spec @@ -1,6 +1,6 @@ Name: wxGTK3 Version: 3.0.4 -Release: 11 +Release: 12 Summary: C++ Library for Cross-Platform Development License: GPL-2.0-or-later or LGPL-2.1-only @@ -240,6 +240,9 @@ fi %changelog +* Fri Sep 22 2023 yangchenguang - 3.0.4-12 +- modify wx-config to support sw_64 + * Wed Jun 07 2023 xu_ping <707078654@qq.com> - 3.0.4-11 - Add pie compile option