pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bitkeeper: Add LDFLAGS in more places to fix RELRO build.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sun Jul 16 09:44:38 2017 +0200
Changeset: 742c386e18b7ad910a59cae8dbb9ba12899d8832
Modified Files:
bitkeeper/distinfo
bitkeeper/patches/patch-src_gui_tcltk_tktable_configure
Log Message:
bitkeeper: Add LDFLAGS in more places to fix RELRO build.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=742c386e18b7ad910a59cae8dbb9ba12899d8832
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bitkeeper/distinfo | 2 +-
bitkeeper/patches/patch-src_gui_tcltk_tktable_configure | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/bitkeeper/distinfo b/bitkeeper/distinfo
index 65277548e0..39974d1d72 100644
--- a/bitkeeper/distinfo
+++ b/bitkeeper/distinfo
@@ -7,5 +7,5 @@ Size (bk-7.3ce.src.tar.gz) = 20257094 bytes
SHA1 (patch-Ldoc-install) = f7d8f10d501240f08f7a27d058a700ce5b09a6d6
SHA1 (patch-src_cmd.pl) = d5ac40c44b6688890e20bad917b26eae9d2a3284
SHA1 (patch-src_gui_tcltk_tcl_unix_Makefile.in) = 4811d75e4b37a8be0c2389c6d8265ce7ecae536c
-SHA1 (patch-src_gui_tcltk_tktable_configure) = 3b7feaa8a675e4c4b3e4a0e0d48537250610ea29
+SHA1 (patch-src_gui_tcltk_tktable_configure) = a77542f18d9065a5c5d1b1130fb5bbe09e1feae3
SHA1 (patch-src_slib.c) = 23b3c7af2ba4e523ec827215ac0942908827b99b
diff --git a/bitkeeper/patches/patch-src_gui_tcltk_tktable_configure b/bitkeeper/patches/patch-src_gui_tcltk_tktable_configure
index a24735916d..89cf3e707c 100644
--- a/bitkeeper/patches/patch-src_gui_tcltk_tktable_configure
+++ b/bitkeeper/patches/patch-src_gui_tcltk_tktable_configure
@@ -1,6 +1,7 @@
$NetBSD$
To make sure not only '-lX11' is on the linker command line.
+Add LDFLAGS to build.
--- src/gui/tcltk/tktable/configure.orig 2016-07-15 19:21:31.000000000 +0000
+++ src/gui/tcltk/tktable/configure
@@ -9,7 +10,7 @@ To make sure not only '-lX11' is on the linker command line.
# TEA specific:
if test x"${XLIBSW}" != x ; then
- PKG_LIBS="${PKG_LIBS} ${XLIBSW}"
-+ PKG_LIBS="${PKG_LIBS} -L${PREFIX}/lib -Wl,-R${PREFIX}/lib ${XLIBSW}"
++ PKG_LIBS="${PKG_LIBS} ${LDFLAGS} -L${PREFIX}/lib -Wl,-R${PREFIX}/lib ${XLIBSW}"
fi
fi
Home |
Main Index |
Thread Index |
Old Index