mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Set NOSHARED conditionally.
This commit is contained in:
parent
fe7e92414e
commit
51b5a2f445
3 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ SRCS= c-parse.c c-parse.h c-lang.c
|
|||
SRCS+= c-decl.c c-lex.c
|
||||
BINDIR= /usr/libexec
|
||||
NOMAN= 1
|
||||
NOSHARED=yes
|
||||
NOSHARED?=yes
|
||||
|
||||
CFLAGS+= -I.
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ SRCS= objc-parse.c c-parse.h objc-act.c
|
|||
SRCS+= c-decl.c c-lex.c
|
||||
BINDIR= /usr/libexec
|
||||
NOMAN= 1
|
||||
NOSHARED=yes
|
||||
NOSHARED?=yes
|
||||
|
||||
CFLAGS+= -I${GCCDIR}/objc -I.
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ SRCS+= call.c class.c cvt.c decl.c decl2.c errfn.c error.c except.c expr.c \
|
|||
search.c semantics.c sig.c spew.c tree.c typeck.c typeck2.c xref.c
|
||||
BINDIR= /usr/libexec
|
||||
NOMAN= 1
|
||||
NOSHARED=yes
|
||||
NOSHARED?=yes
|
||||
|
||||
CFLAGS+= -I${GCCDIR}/cp -I.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue