From 3eb2a3dd58e71113d8924f1065b1e539525227b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Groenvall?= Date: Thu, 21 Sep 1995 08:36:54 +0000 Subject: [PATCH] Dont't link againts libresolv. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@108 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/popper/makefile.orig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appl/popper/makefile.orig b/appl/popper/makefile.orig index 9d14eacd2..54921f2cf 100644 --- a/appl/popper/makefile.orig +++ b/appl/popper/makefile.orig @@ -1,5 +1,7 @@ #@(#)@(#)Makefile 2.5 2.5 4/3/91 +CC = gcc #-static + CSRCS = pop_dele.c pop_dropcopy.c pop_dropinfo.c \ pop_get_command.c pop_get_subcommand.c pop_init.c \ pop_last.c pop_list.c pop_log.c pop_lower.c \ @@ -42,6 +44,8 @@ MAKEFILE = Makefile # KERBEROS - Use Kerberos V4 style authentification # +RESLIBS = #-lresolv -l44bsd + ATHENA = /usr/athena KRBDEFS = -DKERBEROS -I${ATHENA}/include KRBLIBS = ${ATHENA}/lib/libkrb.a ${ATHENA}/lib/libdes.a @@ -63,7 +67,7 @@ MANDIR = /usr/local/man/cat8 ${TARGET}: ${OBJS} - cc ${OBJS} -o ${TARGET} ${KRBLIBS} + $(CC) ${OBJS} -o ${TARGET} ${KRBLIBS} ${RESLIBS} tar: ${SRCS} ${DOCS} ${MAKEFILE} rm -f ${TAR} *.Z*