From a0baf1752c4ed76d459bbc8bcba4f42cb903b7d1 Mon Sep 17 00:00:00 2001 From: ats Date: Wed, 13 Apr 1994 20:49:42 +0000 Subject: Better link ldconfig static instead dynamic. --- sbin/ldconfig/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/ldconfig') diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile index f565cf1..28cbe51 100644 --- a/sbin/ldconfig/Makefile +++ b/sbin/ldconfig/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.7 1993/12/10 05:10:22 mycroft Exp $ +# $Id: Makefile,v 1.6 1994/02/13 20:42:18 jkh Exp $ PROG= ldconfig SRCS= ldconfig.c shlib.c etc.c LDDIR?= $(.CURDIR)/.. CFLAGS+=-I$(LDDIR) -I$(.CURDIR) -I$(LDDIR)/$(MACHINE) -LDSTATIC=-static +LDFLAGS+=-static BINDIR= /sbin MAN8= ldconfig.8 -- cgit v1.1