|
|
@ -40,3 +40,10 @@ fi |
|
|
|
|
|
|
|
# --docdir is not supported |
|
|
|
var_remove_regex confopt ' ' '--docdir=.*' |
|
|
|
|
|
|
|
pkg_freeradius_postinstall() |
|
|
|
{ |
|
|
|
# installing .a and .la files for the modules makes no sense |
|
|
|
rm -f $root$libdir/rlm_*.{a,la} |
|
|
|
} |
|
|
|
hook_add postinstall 5 'pkg_freeradius_postinstall' |