From 7197e45fc5a78dc82e3cdc9f9182d38f09eb2d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 20 Aug 2015 19:59:13 +0200 Subject: [PATCH] qupzilla: Add BIND_NOW support --- srcpkgs/qupzilla/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qupzilla/template b/srcpkgs/qupzilla/template index 0347d4d4ddb..dec4b52f1df 100644 --- a/srcpkgs/qupzilla/template +++ b/srcpkgs/qupzilla/template @@ -1,7 +1,7 @@ # Template file for 'qupzilla' pkgname=qupzilla version=1.8.6 -revision=5 +revision=6 wrksrc=QupZilla-${version} build_style=gnu-makefile make_install_args="INSTALL_ROOT=\${DESTDIR}" @@ -16,5 +16,5 @@ distfiles="https://github.com/QupZilla/${pkgname}/releases/download/v${version}/ checksum=aecda29f8994c9dc4d6b5f76ce5b1ba947272a0d5a40b5d83a54023dd5d7a6a5 pre_build() { - qmake + qmake QMAKE_LFLAGS_SHLIB+=" -Wl,-z,now" QMAKE_LFLAGS_PLUGIN+=" -Wl,-z,now" }