From 0842427c996c061f377b1e87d2ee0fdda742ddab Mon Sep 17 00:00:00 2001 From: wang--ge Date: Thu, 18 Apr 2024 11:35:07 +0800 Subject: [PATCH] fix Euler maker build failure --- wxGTK3.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/wxGTK3.spec b/wxGTK3.spec index 4cbae48..757062c 100644 --- a/wxGTK3.spec +++ b/wxGTK3.spec @@ -1,6 +1,6 @@ Name: wxGTK3 Version: 3.0.4 -Release: 5 +Release: 6 Summary: C++ Library for Cross-Platform Development License: wxWidgets @@ -119,7 +119,7 @@ export CPPUNIT_CONFIG="/usr/bin/pkg-config cppunit" install -d bld_gtk2 cd bld_gtk2 %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 cd - @@ -127,7 +127,7 @@ cd - install -d bld_gtk3 cd bld_gtk3 %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 cd - @@ -227,6 +227,9 @@ fi %changelog +* Thu Apr 18 2024 Ge Wang - 3.0.4-6 +- Fix Euler Maker build failure + * Fri Dec 06 2019 daiqianwen - 3.0.4-5 - Package init