Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/ldd/ldd_elf Define _RTLD_SOURCE so this builds again...
details: https://anonhg.NetBSD.org/src/rev/8ad992349bce
branches: trunk
changeset: 474425:8ad992349bce
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Jul 06 08:04:31 1999 +0000
description:
Define _RTLD_SOURCE so this builds again. PR 7927, itojun%itojun.org@localhost.
diffstat:
usr.bin/ldd/ldd_elf/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 6e31b5e1e73e -r 8ad992349bce usr.bin/ldd/ldd_elf/Makefile
--- a/usr.bin/ldd/ldd_elf/Makefile Tue Jul 06 07:42:23 1999 +0000
+++ b/usr.bin/ldd/ldd_elf/Makefile Tue Jul 06 08:04:31 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/06/26 11:28:26 hannken Exp $
+# $NetBSD: Makefile,v 1.9 1999/07/06 08:04:31 thorpej Exp $
PROG= ldd
SRCS= ldd.c \
@@ -18,6 +18,7 @@
LDELFSO=${.CURDIR}/../../../libexec/ld.elf_so
CPPFLAGS+= -I${LDELFSO} -DLIBDIR=\"${LIBDIR}\" # -DDEBUG
+CPPFLAGS+= -D_RTLD_SOURCE
.PATH: ${LDELFSO}
LDFLAGS+= -static
Home |
Main Index |
Thread Index |
Old Index