heimdal: Disable OTP

Building OTP is broken on ArchLinux and it seems it is not needed
anyway.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
This commit is contained in:
Jernej Skrabec 2017-11-14 21:23:23 +01:00 committed by MilhouseVH
parent df9145c250
commit 3e7d83fb28

View File

@ -44,6 +44,7 @@ PKG_CONFIGURE_OPTS_HOST="--enable-static --disable-shared \
--without-libedit \ --without-libedit \
--without-hesiod \ --without-hesiod \
--without-x \ --without-x \
--disable-otp \
--with-db-type-preference= \ --with-db-type-preference= \
--disable-heimdal-documentation" --disable-heimdal-documentation"