diff --git a/MyGUI.changes b/MyGUI.changes index 8cd729d..c02e7ca 100644 --- a/MyGUI.changes +++ b/MyGUI.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 24 11:34:18 UTC 2018 - kasimir_@outlook.de + +- Fix spec for aarch64 / ppc64 / ppc64le / s390x build + ------------------------------------------------------------------- Sun Sep 25 07:57:54 UTC 2016 - jengelh@inai.de diff --git a/MyGUI.spec b/MyGUI.spec index 26ed35e..b28bb73 100644 --- a/MyGUI.spec +++ b/MyGUI.spec @@ -138,7 +138,7 @@ pushd build -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_SKIP_RPATH=YES \ -DCMAKE_BUILD_TYPE=release \ -%ifarch x86_64 +%ifarch x86_64 aarch64 ppc64 ppc64le s390x -DLIB_SUFFIX=64 \ %endif -DMYGUI_STATIC=FALSE \