Browse Source

freeradius: changed to not install rlm_*.{a,la} files of the modules which makes no sense anyway

user/chris/test/perl-cross
Christian Wiese 12 years ago
parent
commit
470ca9c322
  1. 7
      security/freeradius/freeradius.conf

7
security/freeradius/freeradius.conf

@ -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'

Loading…
Cancel
Save