pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/transmission Honor LDFLAGS for qt frontend. Fixes ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/866bea44a27f
branches:  trunk
changeset: 365302:866bea44a27f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 13 13:38:59 2017 +0000

description:
Honor LDFLAGS for qt frontend. Fixes RELRO build.

diffstat:

 net/transmission/distinfo                 |  4 ++--
 net/transmission/patches/patch-qt_qtr.pro |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 11314b275c11 -r 866bea44a27f net/transmission/distinfo
--- a/net/transmission/distinfo Thu Jul 13 13:19:59 2017 +0000
+++ b/net/transmission/distinfo Thu Jul 13 13:38:59 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2017/06/19 13:33:46 maya Exp $
+$NetBSD: distinfo,v 1.12 2017/07/13 13:38:59 wiz Exp $
 
 SHA1 (transmission-2.92.tar.xz) = 2140feba45c4471392033d21b86b6f3ef780d88e
 RMD160 (transmission-2.92.tar.xz) = 6da78ce333fa2ea69aa4954c3b052a818ce7c93e
@@ -6,4 +6,4 @@
 Size (transmission-2.92.tar.xz) = 3378116 bytes
 SHA1 (patch-ab) = 796faa7c61762dc3ffe563748e55160c827149d2
 SHA1 (patch-libtransmission_platform-quota.c) = 2d9758d24c4329021e0774ac9f8bb3dd94592965
-SHA1 (patch-qt_qtr.pro) = 8d83709175fb4b9a88c3766b130b39160aeadaa3
+SHA1 (patch-qt_qtr.pro) = 982c76669f41f154470a91b4b7c9cb5dcc41132c
diff -r 11314b275c11 -r 866bea44a27f net/transmission/patches/patch-qt_qtr.pro
--- a/net/transmission/patches/patch-qt_qtr.pro Thu Jul 13 13:19:59 2017 +0000
+++ b/net/transmission/patches/patch-qt_qtr.pro Thu Jul 13 13:38:59 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-qt_qtr.pro,v 1.4 2016/04/15 09:28:40 wiz Exp $
+$NetBSD: patch-qt_qtr.pro,v 1.5 2017/07/13 13:38:59 wiz Exp $
 
 --- qt/qtr.pro.orig    2015-12-29 00:47:32.464150631 +0000
 +++ qt/qtr.pro
@@ -23,7 +23,7 @@
  LIBS += $${LIBB64_LIBS}
  LIBS += $${LIBUPNP_LIBS}
  LIBS += $${LIBNATPMP_LIBS}
-+LIBS += $${OPENSSL_LIBS}
++LIBS += $${OPENSSL_LIBS} ${LDFLAGS}
  unix: LIBS += -L$${EVENT_TOP}/lib -lz -lrt
  win32:LIBS += -levent-2.0 -lws2_32 -lintl
  win32:LIBS += -lidn -liconv -lwldap32 -liphlpapi



Home | Main Index | Thread Index | Old Index