[arch-commits] Commit in qt5-base/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Mar 2 22:45:37 UTC 2017
Date: Thursday, March 2, 2017 @ 22:45:37
Author: arojas
Revision: 289902
Build against openssl-1.0
Modified:
qt5-base/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-02 22:32:17 UTC (rev 289901)
+++ PKGBUILD 2017-03-02 22:45:37 UTC (rev 289902)
@@ -5,7 +5,7 @@
pkgname=qt5-base
_qtver=5.8.0
pkgver=${_qtver/-/}
-pkgrel=5
+pkgrel=6
arch=('i686' 'x86_64')
url='http://qt-project.org/'
license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -12,7 +12,7 @@
pkgdesc='A cross-platform application and UI framework'
depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 'fontconfig'
'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu'
- 'tslib' 'libinput' 'libsm' 'libxkbcommon-x11' 'libproxy' 'libcups')
+ 'tslib' 'libinput' 'libsm' 'libxkbcommon-x11' 'libproxy' 'libcups' 'openssl-1.0')
makedepends=('libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
'gtk3' 'libpulse' 'cups' 'freetds')
optdepends=('qt5-svg: to use SVG icon themes'
@@ -65,6 +65,9 @@
# FS#38796
[[ "${CARCH}" = "i686" ]] && SSE2="-no-sse2"
+ echo "QMAKE_CXXFLAGS += -I/usr/include/openssl-1.0" >> mkspecs/linux-g++/qmake.conf
+ export OPENSSL_LIBS='-L/usr/lib/openssl-1.0 -lssl -lcrypto'
+
PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource -v \
-prefix /usr \
-docdir /usr/share/doc/qt \
More information about the arch-commits
mailing list