|
@ -15,3 +15,11 @@ |
|
|
if ! pkginstalled libgcrypt; then |
|
|
if ! pkginstalled libgcrypt; then |
|
|
var_append extraconfopt ' ' '--without-crypto' |
|
|
var_append extraconfopt ' ' '--without-crypto' |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
if ! atstage native; then |
|
|
|
|
|
# python, not on stage 1 please |
|
|
|
|
|
var_append extraconfopt ' ' '--without-python' |
|
|
|
|
|
|
|
|
|
|
|
# help it to find the right libxml |
|
|
|
|
|
var_append extraconfopt ' ' "--with-libxml-prefix=$root/$( pkgprefix libxml )" |
|
|
|
|
|
fi |