mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't build suidperl by default. Make users specifically enable its
building.
This commit is contained in:
parent
dd8cf673d9
commit
47945ade89
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if !defined(NOSUIDPERL)
|
||||
.if defined(BUILD_SUIDPERL) && ${BUILD_SUIDPERL} == "true"
|
||||
_suidperl= suidperl
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue