pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/texi2mdoc Honor LDFLAGS. Fixes RELRO build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1613340bd12e
branches:  trunk
changeset: 364943:1613340bd12e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 07 11:30:45 2017 +0000

description:
Honor LDFLAGS. Fixes RELRO build.

diffstat:

 textproc/texi2mdoc/distinfo               |   3 ++-
 textproc/texi2mdoc/patches/patch-Makefile |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r aef70e820233 -r 1613340bd12e textproc/texi2mdoc/distinfo
--- a/textproc/texi2mdoc/distinfo       Fri Jul 07 11:19:44 2017 +0000
+++ b/textproc/texi2mdoc/distinfo       Fri Jul 07 11:30:45 2017 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 02:00:13 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/07/07 11:30:45 wiz Exp $
 
 SHA1 (texi2mdoc-0.1.2.tgz) = 6c2ffd1510f08aaf1128848c1e6acb102ad03d4c
 RMD160 (texi2mdoc-0.1.2.tgz) = 2f641e06996f0e0be13a58525a643495258a1e85
 SHA512 (texi2mdoc-0.1.2.tgz) = 362110ea6a0a530f87454e47340189d12b71dcccae4cccae35f29b9043f728773e43b5ce5d5c8dcfa86f82a659980b462dd579a1e2b5ec56b67a534066a611af
 Size (texi2mdoc-0.1.2.tgz) = 23101 bytes
+SHA1 (patch-Makefile) = ca470c8731c8cc8d84026925961d8560b89000e4
diff -r aef70e820233 -r 1613340bd12e textproc/texi2mdoc/patches/patch-Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/texi2mdoc/patches/patch-Makefile Fri Jul 07 11:30:45 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile,v 1.1 2017/07/07 11:30:45 wiz Exp $
+
+Honor LDFLAGS.
+
+--- Makefile.orig      2015-02-25 15:16:14.000000000 +0000
++++ Makefile   2017-07-07 11:29:39.858873095 +0000
+@@ -13,7 +13,7 @@
+ afl: afl/texi2mdoc
+ 
+ texi2mdoc: $(OBJS)
+-      $(CC) -o $@ $(OBJS)
++      $(CC) $(LDFLAGS) -o $@ $(OBJS)
+ 
+ install: all
+       mkdir -p $(DESTDIR)$(PREFIX)/bin



Home | Main Index | Thread Index | Old Index