Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpam/libpam Revert last as gcc(1) checks for -r to dis...
details: https://anonhg.NetBSD.org/src/rev/07891b7b3da6
branches: trunk
changeset: 759465:07891b7b3da6
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Dec 10 20:06:17 2010 +0000
description:
Revert last as gcc(1) checks for -r to disable passing down --relax e.g.
on Sparc.
diffstat:
lib/libpam/libpam/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3754f9581243 -r 07891b7b3da6 lib/libpam/libpam/Makefile
--- a/lib/libpam/libpam/Makefile Fri Dec 10 19:46:40 2010 +0000
+++ b/lib/libpam/libpam/Makefile Fri Dec 10 20:06:17 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2010/12/08 02:07:25 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2010/12/10 20:06:17 joerg Exp $
#-
# Copyright (c) 1998 Juniper Networks, Inc.
# All rights reserved.
@@ -184,7 +184,7 @@
# XXX Using ${.ALLSRC} in the ld command causes openpam_static.c to be
# XXX used. Why??!! --thorpej
openpam_static_modules.o: openpam_static.o ${STATIC_MODULE_LIBS}
- ${CC} ${LDFLAGS} -nostdlib -o ${.TARGET} -Wl,-r -Wl,--whole-archive \
+ ${CC} ${LDFLAGS} -nostdlib -o ${.TARGET} -r -Wl,--whole-archive \
openpam_static.o ${STATIC_MODULE_LIBS}
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index