mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
More correctly spell "-static" as "NOSHARED?=YES"
This commit is contained in:
parent
ba972000fb
commit
da14abebe4
1 changed files with 3 additions and 1 deletions
|
|
@ -21,7 +21,9 @@ LIBISCDIR!= cd ${.CURDIR}/../../lib/libisc; make -V .OBJDIR
|
|||
LIBISC:= ${LIBISCDIR}/libisc.a
|
||||
|
||||
DPADD+= ${LIBISC}
|
||||
LDADD+= ${LIBISC} -static
|
||||
LDADD+= ${LIBISC}
|
||||
|
||||
NOSHARED?= YES
|
||||
|
||||
MAN= named-xfer.8
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue