Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/lib/libkadm5srv Pullup revision 1.3 (approved by thorpej):



details:   https://anonhg.NetBSD.org/src/rev/7dacfbbe14eb
branches:  netbsd-1-5
changeset: 489200:7dacfbbe14eb
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Aug 23 09:16:25 2000 +0000

description:
Pullup revision 1.3 (approved by thorpej):

 don't use dlopen if NOPIC is defined

diffstat:

 lib/libkadm5srv/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 55a885c1fa92 -r 7dacfbbe14eb lib/libkadm5srv/Makefile
--- a/lib/libkadm5srv/Makefile  Tue Aug 22 16:06:30 2000 +0000
+++ b/lib/libkadm5srv/Makefile  Wed Aug 23 09:16:25 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2.2.2 2000/08/02 17:25:38 msaitoh Exp $
+# $NetBSD: Makefile,v 1.2.2.3 2000/08/23 09:16:25 msaitoh Exp $
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/lib/kadm5
 
@@ -64,6 +64,10 @@
         -I${DIST}/heimdal/lib/roken            \
         -DHAVE_CONFIG_H
 
+.if defined(NOPIC)
+CPPFLAGS+=     -DNO_DLOPEN
+.endif
+
 $(SRCS:.c=.o): kadm5_err.h
 
 CLEANFILES = kadm5_err.h kadm5_err.c



Home | Main Index | Thread Index | Old Index