pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/elf Add @LDFLAGS@ the CFLAGS make variable so it...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fca017b0de8
branches:  trunk
changeset: 594579:8fca017b0de8
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Mon Oct 31 19:21:47 2011 +0000

description:
Add @LDFLAGS@ the CFLAGS make variable so it gets used in the link commands.

Bump PKGREVISION as this may changes link time options.

diffstat:

 devel/elf/distinfo         |  4 ++--
 devel/elf/patches/patch-aa |  8 +++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r bd83ee7cae39 -r 8fca017b0de8 devel/elf/distinfo
--- a/devel/elf/distinfo        Mon Oct 31 14:00:55 2011 +0000
+++ b/devel/elf/distinfo        Mon Oct 31 19:21:47 2011 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 22:24:13 agc Exp $
+$NetBSD: distinfo,v 1.3 2011/10/31 19:21:47 sbd Exp $
 
 SHA1 (elf-0.5.3.tar.gz) = 7cf3ea7d098b239c7b70405a2641dfcd55a49c37
 RMD160 (elf-0.5.3.tar.gz) = f3198b4183c9bd6d288013847e525c21c972afff
 Size (elf-0.5.3.tar.gz) = 43552 bytes
-SHA1 (patch-aa) = 014c15b1f440cd1695ac768883accf7a972350bc
+SHA1 (patch-aa) = a8e3d3e981e14fc3b3d51d7a9113f8a75225f2dc
diff -r bd83ee7cae39 -r 8fca017b0de8 devel/elf/patches/patch-aa
--- a/devel/elf/patches/patch-aa        Mon Oct 31 14:00:55 2011 +0000
+++ b/devel/elf/patches/patch-aa        Mon Oct 31 19:21:47 2011 +0000
@@ -1,10 +1,12 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/05/04 20:38:07 salo Exp $
+$NetBSD: patch-aa,v 1.2 2011/10/31 19:21:47 sbd Exp $
 
 --- src/Makefile.in.orig       2002-12-19 11:20:51.000000000 +0100
 +++ src/Makefile.in    2003-05-04 22:12:37.000000000 +0200
-@@ -1,4 +1,4 @@
+@@ -1,5 +1,5 @@
 -CC=gcc
+-CFLAGS=@CFLAGS@
 +CC=@CC@
- CFLAGS=@CFLAGS@
++CFLAGS=@CFLAGS@ @LDFLAGS@
  INC=-I../include
  INSDIR=@prefix@/bin
+ LIBS=@LIBS@



Home | Main Index | Thread Index | Old Index