!24 modify wx-config to support sw_64

From: @yangchen_guang 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
This commit is contained in:
openeuler-ci-bot 2023-09-26 09:24:44 +00:00 committed by Gitee
commit 98bf5d6550
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -19,7 +19,7 @@ if [ -z $arch ]; then
fi fi
case $arch in 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 libdir=/usr/lib
;; ;;
x86_64|ppc64|s390x|sparc64|aarch64|ppc64le|mips64*|riscv64|loongarch64) x86_64|ppc64|s390x|sparc64|aarch64|ppc64le|mips64*|riscv64|loongarch64)

View File

@ -1,6 +1,6 @@
Name: wxGTK3 Name: wxGTK3
Version: 3.0.4 Version: 3.0.4
Release: 11 Release: 12
Summary: C++ Library for Cross-Platform Development Summary: C++ Library for Cross-Platform Development
License: GPL-2.0-or-later or LGPL-2.1-only License: GPL-2.0-or-later or LGPL-2.1-only
@ -240,6 +240,9 @@ fi
%changelog %changelog
* Fri Sep 22 2023 yangchenguang <yangchenguang@kylinsec.com.cn> - 3.0.4-12
- modify wx-config to support sw_64
* Wed Jun 07 2023 xu_ping <707078654@qq.com> - 3.0.4-11 * Wed Jun 07 2023 xu_ping <707078654@qq.com> - 3.0.4-11
- Add pie compile option - Add pie compile option