!28 Fix EulerMaker build failure

From: @wang--ge 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
This commit is contained in:
openeuler-ci-bot 2024-04-18 05:25:23 +00:00 committed by Gitee
commit 6621af4b23
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: wxGTK3 Name: wxGTK3
Version: 3.0.4 Version: 3.0.4
Release: 5 Release: 6
Summary: C++ Library for Cross-Platform Development Summary: C++ Library for Cross-Platform Development
License: wxWidgets License: wxWidgets
@ -119,7 +119,7 @@ export CPPUNIT_CONFIG="/usr/bin/pkg-config cppunit"
install -d bld_gtk2 install -d bld_gtk2
cd bld_gtk2 cd bld_gtk2
%configure --with-gtk=2 --with-opengl --with-sdl --with-gnomeprint --with-libmspack --enable-intl \ %configure --with-gtk=2 --with-opengl --with-sdl --with-gnomeprint --with-libmspack --enable-intl \
--enable-no_deps --disable-rpath --enable-ipv6 --enable-no_deps --disable-rpath --enable-ipv6 --disable-precomp-headers
%make_build %make_build
cd - cd -
@ -127,7 +127,7 @@ cd -
install -d bld_gtk3 install -d bld_gtk3
cd bld_gtk3 cd bld_gtk3
%configure --with-gtk=3 --with-opengl --with-sdl --with-gnomeprint --with-libmspack --enable-intl \ %configure --with-gtk=3 --with-opengl --with-sdl --with-gnomeprint --with-libmspack --enable-intl \
--enable-no_deps --disable-rpath --enable-ipv6 --enable-no_deps --disable-rpath --enable-ipv6 --disable-precomp-headers
%make_build %make_build
cd - cd -
@ -227,6 +227,9 @@ fi
%changelog %changelog
* Thu Apr 18 2024 Ge Wang <wang__ge@126.com> - 3.0.4-6
- Fix Euler Maker build failure
* Fri Dec 06 2019 daiqianwen <daiqianwen@huawei.com> - 3.0.4-5 * Fri Dec 06 2019 daiqianwen <daiqianwen@huawei.com> - 3.0.4-5
- Package init - Package init