mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo (LIBLDNSADD -> LIBLDNS) to fix "make checkdpadd"
X-MFC with: r269648 Phabric: D634 Approved by: jmmv (mentor)
This commit is contained in:
parent
2ac1d5afc8
commit
d052a806a0
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ USEPRIVATELIB= ssh
|
|||
.if ${MK_LDNS} != "no"
|
||||
CFLAGS+= -DHAVE_LDNS=1
|
||||
DPADD+= ${LIBLDNS}
|
||||
LDADD+= ${LIBLDNSADD}
|
||||
LDADD+= ${LDLDNS}
|
||||
USEPRIVATELIB+= ldns
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue