summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-05-10 20:54:30 +0300
committerViktor Drobot2020-05-10 20:54:30 +0300
commitb189769df72c9683728d76768408fe150697754e (patch)
treead4a2af18fc2a4bffe48aa8b644319d5ddcc9ea3 /PKGBUILD
parent0dcdd2678a40cf0de887a9f64daa92c4750417ce (diff)
downloadaur-b189769df72c9683728d76768408fe150697754e.tar.gz
Fix endianness
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7638273e30a..557a02ea47e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=qt4
pkgver=4.8.7
-pkgrel=31
+pkgrel=32
arch=('x86_64')
url='https://www.qt.io'
license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -149,7 +149,8 @@ build() {
-optimized-qmake \
-no-reduce-relocations \
-dbus-linked \
- -no-openvg
+ -no-openvg \
+ -little-endian -host-little-endian
make
}