|
|
|
@ -15,13 +15,13 @@
|
|
|
|
|
# we patch 'runtime/Makefile.am' |
|
|
|
|
hook_add preconf 9 'autoreconf -vf' |
|
|
|
|
|
|
|
|
|
# RELP support |
|
|
|
|
if pkginstalled -f librelp; then |
|
|
|
|
var_append extraconfopt ' ' "--enable-relp" |
|
|
|
|
fi |
|
|
|
|
# Protocol support |
|
|
|
|
|
|
|
|
|
# GNUTLS support |
|
|
|
|
if pkginstalled -f gnutls; then |
|
|
|
|
var_append extraconfopt ' ' "--enable-gnutls" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
# RELP support |
|
|
|
|
if pkginstalled -f librelp; then |
|
|
|
|
var_append extraconfopt ' ' "--enable-relp" |
|
|
|
|
fi |
|
|
|
|