diff options
author | adam <adam> | 2011-01-28 13:42:21 +0000 |
---|---|---|
committer | adam <adam> | 2011-01-28 13:42:21 +0000 |
commit | 1e03ac42c5b19abfc10e8ea744a9cb0224fbca39 (patch) | |
tree | b97492a1b1b77832c03710f9f4da6771f5c88ded /benchmarks | |
parent | 52a49b5329abd8e5f36f0e741a8e0bf23f8e78d8 (diff) | |
download | pkgsrc-1e03ac42c5b19abfc10e8ea744a9cb0224fbca39.tar.gz |
Pass LDFLAGS for linking
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/thrulay/distinfo | 4 | ||||
-rw-r--r-- | benchmarks/thrulay/patches/patch-ab | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/benchmarks/thrulay/distinfo b/benchmarks/thrulay/distinfo index 1b9d6a07492..58ce9b20965 100644 --- a/benchmarks/thrulay/distinfo +++ b/benchmarks/thrulay/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2009/07/16 15:15:07 joerg Exp $ +$NetBSD: distinfo,v 1.4 2011/01/28 13:42:21 adam Exp $ SHA1 (thrulay-0.8.tar.gz) = c5ee231795cb0b26cb16dab867140d567627c1e5 RMD160 (thrulay-0.8.tar.gz) = b19f309d87bcf00dee4ef49ffe38f5ea46e4caa2 Size (thrulay-0.8.tar.gz) = 88881 bytes SHA1 (patch-aa) = 661b93f52044225f9133e8c79579a794369b1ab2 -SHA1 (patch-ab) = 455221a2a033e3ab0c07a1b7f944c8cf09c49807 +SHA1 (patch-ab) = 769168d451a1e837fe45166705927ae785bf3be1 diff --git a/benchmarks/thrulay/patches/patch-ab b/benchmarks/thrulay/patches/patch-ab index 06d4ed5ce43..029fdb2dc10 100644 --- a/benchmarks/thrulay/patches/patch-ab +++ b/benchmarks/thrulay/patches/patch-ab @@ -1,7 +1,16 @@ -$NetBSD: patch-ab,v 1.1 2009/07/08 14:44:00 joerg Exp $ +$NetBSD: patch-ab,v 1.2 2011/01/28 13:42:21 adam Exp $ --- src/Makefile.in.orig 2009-07-08 16:31:17.000000000 +0200 +++ src/Makefile.in +@@ -25,7 +25,7 @@ DEFS = @DEFS@ + CFLAGS = $(DEFS) @CFLAGS@ -I.. \ + -std=gnu99 -Wno-long-long -Wall -pedantic -W \ + -Wpointer-arith -Wnested-externs +-LIBS = @LIBS@ ++LIBS = @LDFLAGS@ @LIBS@ + INDENT = indent + + all: $(CLIENT) $(SERVER) @@ -43,8 +43,8 @@ distclean: clean rm -f Makefile |