Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Don't disable PAM when MKPIC=no. PAM should work wi...
details: https://anonhg.NetBSD.org/src/rev/b9ec5ac4abd5
branches: trunk
changeset: 574232:b9ec5ac4abd5
user: christos <christos%NetBSD.org@localhost>
date: Thu Feb 24 14:56:55 2005 +0000
description:
Don't disable PAM when MKPIC=no. PAM should work with static libraries, and
this breaks PAM on programs that decide not to use PIC libraries, such as
the X server.
diffstat:
share/mk/bsd.own.mk | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r d01551d2c1a1 -r b9ec5ac4abd5 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Feb 24 14:54:02 2005 +0000
+++ b/share/mk/bsd.own.mk Thu Feb 24 14:56:55 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.436 2005/02/22 14:40:01 peter Exp $
+# $NetBSD: bsd.own.mk,v 1.437 2005/02/24 14:56:55 christos Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -602,7 +602,6 @@
.if ${MKPIC} == "no"
MKPICLIB:= no
-MKPAM:= no
.endif
.if ${MKOBJ} == "no"
Home |
Main Index |
Thread Index |
Old Index