Skip to content

Commit 4008aff

Browse files
author
wiz
committed
Honor LDFLAGS. Fixes RELRO build.
1 parent d310d44 commit 4008aff

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

textproc/texi2mdoc/distinfo

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
$NetBSD: distinfo,v 1.2 2015/11/04 02:00:13 agc Exp $
1+
$NetBSD: distinfo,v 1.3 2017/07/07 11:30:45 wiz Exp $
22

33
SHA1 (texi2mdoc-0.1.2.tgz) = 6c2ffd1510f08aaf1128848c1e6acb102ad03d4c
44
RMD160 (texi2mdoc-0.1.2.tgz) = 2f641e06996f0e0be13a58525a643495258a1e85
55
SHA512 (texi2mdoc-0.1.2.tgz) = 362110ea6a0a530f87454e47340189d12b71dcccae4cccae35f29b9043f728773e43b5ce5d5c8dcfa86f82a659980b462dd579a1e2b5ec56b67a534066a611af
66
Size (texi2mdoc-0.1.2.tgz) = 23101 bytes
7+
SHA1 (patch-Makefile) = ca470c8731c8cc8d84026925961d8560b89000e4
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
$NetBSD: patch-Makefile,v 1.1 2017/07/07 11:30:45 wiz Exp $
2+
3+
Honor LDFLAGS.
4+
5+
--- Makefile.orig 2015-02-25 15:16:14.000000000 +0000
6+
+++ Makefile 2017-07-07 11:29:39.858873095 +0000
7+
@@ -13,7 +13,7 @@
8+
afl: afl/texi2mdoc
9+
10+
texi2mdoc: $(OBJS)
11+
- $(CC) -o $@ $(OBJS)
12+
+ $(CC) $(LDFLAGS) -o $@ $(OBJS)
13+
14+
install: all
15+
mkdir -p $(DESTDIR)$(PREFIX)/bin

0 commit comments

Comments
 (0)