pkgsrc/devel/elf/patches/patch-aa
sbd 42d835b7ec Add @LDFLAGS@ the CFLAGS make variable so it gets used in the link commands.
Bump PKGREVISION as this may changes link time options.
2011-10-31 19:21:47 +00:00

12 lines
301 B
Text

$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,5 +1,5 @@
-CC=gcc
-CFLAGS=@CFLAGS@
+CC=@CC@
+CFLAGS=@CFLAGS@ @LDFLAGS@
INC=-I../include
INSDIR=@prefix@/bin
LIBS=@LIBS@