diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-06-16 07:09:44 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-06-16 07:09:44 +0000 |
| commit | e223c68bfc26436d6e1e39202cf7262335ca1f7c (patch) | |
| tree | 1d994d80dc9d835f3cdaf765535ae861867b19c9 /gnu/usr.bin/binutils/readelf | |
| parent | 6311b38feebcbf3464740e188c9d50b161d9de6b (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/readelf')
| -rw-r--r-- | gnu/usr.bin/binutils/readelf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/readelf/Makefile b/gnu/usr.bin/binutils/readelf/Makefile index 84658a5c5119..8a50e06304e0 100644 --- a/gnu/usr.bin/binutils/readelf/Makefile +++ b/gnu/usr.bin/binutils/readelf/Makefile @@ -10,6 +10,7 @@ BINDIR=/usr/bin PROG= readelf SRCS= ${PROG}.c WARNS?= 0 +CFLAGS+= -D_GNU_SOURCE CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils -I${SRCDIR}/binutils DPADD= ${RELTOP}/libbinutils/libbinutils.a |
