- Mark ruby support as broken, per FreeRADIUS authors
This commit is contained in:
parent
d33ad85a65
commit
77c5c6c84e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350688
2 changed files with 2 additions and 0 deletions
|
@ -185,6 +185,7 @@ PLIST_SUB+= RLMPYTHON="@comment "
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MRUBY}
|
||||
IGNORE= with ruby support leaks memory, breaks signal handling. Please disable RUBY support
|
||||
USE_RUBY= yes
|
||||
CONFIGURE_ARGS+=--with-rlm_ruby
|
||||
PLIST_SUB+= RLMRUBY=""
|
||||
|
|
|
@ -187,6 +187,7 @@ PLIST_SUB+= RLMPYTHON="@comment "
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MRUBY}
|
||||
IGNORE= with ruby support leaks memory, breaks signal handling. Please disable RUBY support
|
||||
USE_RUBY= yes
|
||||
CONFIGURE_ARGS+=--with-rlm_ruby
|
||||
PLIST_SUB+= RLMRUBY=""
|
||||
|
|
Loading…
Reference in a new issue