Accepting request 448833 from home:Guillaume_G:branches:Application:Geo

- Fix build for non-x86 64-bit arch (aarch64 ppc64 ppc64le)

OBS-URL: https://build.opensuse.org/request/show/448833
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=206
This commit is contained in:
Martin Pluskal 2017-01-05 11:56:30 +00:00 committed by Git OBS Bridge
parent 796fb68c7c
commit 58386c507a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 5 09:12:22 UTC 2017 - guillaume@opensuse.org
- Fix build for non-x86 64-bit arch (aarch64 ppc64 ppc64le)
-------------------------------------------------------------------
Wed Dec 21 15:38:15 UTC 2016 - nrochard@gmail.com

View File

@ -130,7 +130,7 @@ export CFLAGS="%{optflags}"
export QTDIR=/usr
export PATH=$PATH:$QTDIR/bin
%ifarch x86_64
%ifarch x86_64 aarch64 ppc64 ppc64le
%define lib lib64
%else
%define lib lib