From 1dce44f3ea8f6c19804cb448bbf012779706c8a0 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 29 Jun 1997 21:40:54 +0000 Subject: [PATCH] Configure static linkage in the normal way (default to -static using NOSHARED?= yes). --- gnu/usr.bin/ld/ldconfig/Makefile | 4 ++-- sbin/ldconfig/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/usr.bin/ld/ldconfig/Makefile b/gnu/usr.bin/ld/ldconfig/Makefile index 4b120b6fc01..d305363752c 100644 --- a/gnu/usr.bin/ld/ldconfig/Makefile +++ b/gnu/usr.bin/ld/ldconfig/Makefile @@ -1,10 +1,10 @@ -# $Id$ +# $Id: Makefile,v 1.10 1997/02/22 15:46:37 peter Exp $ PROG= ldconfig SRCS= ldconfig.c shlib.c support.c LDDIR?= $(.CURDIR)/.. CFLAGS+=-I$(LDDIR) -I$(.CURDIR) -I$(LDDIR)/$(MACHINE) -LDFLAGS+=-static +NOSHARED?= yes BINDIR= /sbin MAN8= ldconfig.8 diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile index 4b120b6fc01..d305363752c 100644 --- a/sbin/ldconfig/Makefile +++ b/sbin/ldconfig/Makefile @@ -1,10 +1,10 @@ -# $Id$ +# $Id: Makefile,v 1.10 1997/02/22 15:46:37 peter Exp $ PROG= ldconfig SRCS= ldconfig.c shlib.c support.c LDDIR?= $(.CURDIR)/.. CFLAGS+=-I$(LDDIR) -I$(.CURDIR) -I$(LDDIR)/$(MACHINE) -LDFLAGS+=-static +NOSHARED?= yes BINDIR= /sbin MAN8= ldconfig.8