nsd: add sysconfdir.
Closes #4077. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
d348d94288
commit
70456b0229
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ class Nsd < Formula
|
|||
def install
|
||||
args = %W[
|
||||
--prefix=#{prefix}
|
||||
--sysconfdir=#{etc}
|
||||
--with-libevent=#{Formula["libevent"].opt_prefix}
|
||||
--with-ssl=#{Formula["openssl"].opt_prefix}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue