|
@ -55,6 +55,14 @@ sm_main() { |
|
|
sm_appenddef "confINCDIR" "-L$( pkgprefix -r includedir openssl )" |
|
|
sm_appenddef "confINCDIR" "-L$( pkgprefix -r includedir openssl )" |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
# LDAP support |
|
|
|
|
|
if pkginstalled -f openldap; then |
|
|
|
|
|
sm_appenddef "confENVDEF" "-DLDAPMAP" |
|
|
|
|
|
sm_appenddef "confLIBS" "-lldap -llber" |
|
|
|
|
|
sm_appenddef "confLIBDIR" "-L$( pkgprefix -r libdir openldap )" |
|
|
|
|
|
sm_appenddef "confINCDIR" "-L$( pkgprefix -r includedir openldap )" |
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
cd ..; ./Build; ./Build install |
|
|
cd ..; ./Build; ./Build install |
|
|
install_setmailer sendmail |
|
|
install_setmailer sendmail |
|
|
} |
|
|
} |
|
|