OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
162 B

  1. # If heimdal is available activate gssapi support
  2. if pkginstalled -f heimdal ; then
  3. var_append extraconfopt " " "--with-gssapi=$root/$( pkgprefix heimdal )"
  4. fi