diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1994-04-13 20:49:42 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1994-04-13 20:49:42 +0000 |
commit | 8b395a3055bc48878834837e2a0763b123f0a483 (patch) | |
tree | 6167ddc6102b6135a38bd5b2584476ed1784fbb3 | |
parent | b48301f54fcd1b3173160354c7aa21ff6e08853a (diff) | |
download | src-8b395a3055bc48878834837e2a0763b123f0a483.tar.gz src-8b395a3055bc48878834837e2a0763b123f0a483.zip |
Better link ldconfig static instead dynamic.
Notes
Notes:
svn path=/head/; revision=1360
-rw-r--r-- | gnu/usr.bin/ld/ldconfig/Makefile | 4 | ||||
-rw-r--r-- | 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 f565cf1fa4bc..28cbe5180ea4 100644 --- a/gnu/usr.bin/ld/ldconfig/Makefile +++ b/gnu/usr.bin/ld/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 diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile index f565cf1fa4bc..28cbe5180ea4 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 |