mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Configure static linkage in the normal way (default to -static using
NOSHARED?= yes).
This commit is contained in:
parent
29fc5d6403
commit
1dce44f3ea
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27083
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user