emulators/wine: Explicitly build without GSSAPI

Explicitly building without GSSAPI (Kerberos SSP) support should not
make any difference, in particular for clean builds. Still this is a
step towards ensuring reproducible builds.

This back ports 62ea2531bf79d02a75cd0e57a4501af4c775c5d3 from the
wine-devel port.
This commit is contained in:
Gerald Pfeifer 2021-12-19 14:51:27 +00:00
parent 183d079fd6
commit 03cfa7f7c8

View File

@ -41,6 +41,7 @@ CONFIGURE_ARGS+=--verbose \
--without-gettext --without-gettextpo \
--without-gphoto \
--without-gsm \
--without-gssapi \
--without-gstreamer \
--without-hal \
--without-inotify \