From 88f6ccb5414e1685534fda75c2736debc39e248b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 20 Aug 2015 18:26:24 +0200 Subject: [PATCH] qtcreator: QMAKE_LFLAGS_SHLIB includes -Wl,-z,-now + Modify update site --- srcpkgs/qtcreator/template | 4 ++-- srcpkgs/qtcreator/update | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qtcreator/template b/srcpkgs/qtcreator/template index 1da0b4d25e0..e72aaa4e751 100644 --- a/srcpkgs/qtcreator/template +++ b/srcpkgs/qtcreator/template @@ -1,7 +1,7 @@ # Template file for 'qtcreator' pkgname=qtcreator version=3.5.0 -revision=1 +revision=2 wrksrc=qt-creator-opensource-src-${version} build_style=gnu-makefile build_pie=yes @@ -22,7 +22,7 @@ checksum=5dc35f81b50d65243a6ae046125061051d03c3d50937a37e29e0669384bb0eb6 # disable_parallel_build=yes do_configure() { - qmake + qmake QMAKE_LFLAGS_SHLIB+=" -Wl,-z,now" } do_build() { # Note: A simple "make ${makejobs}" fails after libs because diff --git a/srcpkgs/qtcreator/update b/srcpkgs/qtcreator/update index 3f604d2a3bc..fc720e4f347 100644 --- a/srcpkgs/qtcreator/update +++ b/srcpkgs/qtcreator/update @@ -1 +1 @@ -site="http://www.qt.io/download-open-source/" +site="http://www.qt.io/download-open-source/#section-2"