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
parent ac2e7cecc8
commit 70f62dad63

View File

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