mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Configure static linkage in the normal way (default to -static using
NOSHARED?= yes).
This commit is contained in:
parent
29fc5d6403
commit
1dce44f3ea
2 changed files with 4 additions and 4 deletions
|
|
@ -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 a new issue