mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Quote PPP_CONFDIR in CFLAGS
This commit is contained in:
parent
39cb1f2d78
commit
1f39538d63
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ CFLAGS+=-DRELEASE_CRUNCH
|
|||
.endif
|
||||
|
||||
.if defined(PPP_CONFDIR) && !empty(PPP_CONFDIR)
|
||||
CFLAGS+=-DPPP_CONFDIR=${PPP_CONFDIR}
|
||||
CFLAGS+=-DPPP_CONFDIR=\"${PPP_CONFDIR}\"
|
||||
.endif
|
||||
|
||||
.if defined(NOKLDLOAD)
|
||||
|
|
|
|||
Loading…
Reference in a new issue