!14 [sync] PR-9: modify wx-config to support loongarch64

From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2023-01-16 12:02:58 +00:00 committed by Gitee
commit f490c8f8ee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -22,7 +22,7 @@ case $arch in
i?86|ppc|s390|sparc|arm*|ia64|mips|mipsel|riscv32) i?86|ppc|s390|sparc|arm*|ia64|mips|mipsel|riscv32)
libdir=/usr/lib libdir=/usr/lib
;; ;;
x86_64|ppc64|s390x|sparc64|aarch64|ppc64le|mips64*|riscv64) x86_64|ppc64|s390x|sparc64|aarch64|ppc64le|mips64*|riscv64|loongarch64)
libdir=/usr/lib64 libdir=/usr/lib64
;; ;;
*) *)

View File

@ -1,6 +1,6 @@
Name: wxGTK3 Name: wxGTK3
Version: 3.0.4 Version: 3.0.4
Release: 7 Release: 8
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
@ -237,6 +237,9 @@ fi
%changelog %changelog
* Mon Nov 28 2022 huajingyun <huajingyun@loongson.cn> - 3.0.4-8
- modify wx-config to support loongarch64
* Fri Nov 25 2022 Ge Wang <wangge20@h-partners.com> - 3.0.4-7 * Fri Nov 25 2022 Ge Wang <wangge20@h-partners.com> - 3.0.4-7
- Fix build failure due to gcc_secure ranamed compile tools - Fix build failure due to gcc_secure ranamed compile tools