qt: rebuild against libressl-2.6
This commit is contained in:
parent
887f8775d3
commit
8995317215
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'qt'
|
||||
pkgname=qt
|
||||
version=4.8.7
|
||||
revision=24
|
||||
revision=25
|
||||
_distname=qt-everywhere-opensource-src
|
||||
patch_args="-Np1"
|
||||
wrksrc=${_distname}-${version}
|
||||
|
@ -188,7 +188,8 @@ _EOF
|
|||
_opts+=" -optimized-qmake"
|
||||
_opts+=" -no-reduce-relocations"
|
||||
_opts+=" -dbus-linked"
|
||||
_opts+=" -v"
|
||||
_opts+=" -silent"
|
||||
# _opts+=" -v"
|
||||
|
||||
echo "=== ./configure ${_opts}"
|
||||
export LD_LIBRARY_PATH="${wrksrc}/lib:${LD_LIBRARY_PATH}"
|
||||
|
|
Loading…
Reference in a new issue