diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-12-16 06:30:58 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-12-18 09:58:41 +0000 |
commit | 4c95831d8fffb01b1418473f85bea4a9f8ab8a16 (patch) | |
tree | fff50d05da5e0efe469495832d097cb30317ce3a | |
parent | 22470aa885d6f71a26e5619fffd653b7b61655de (diff) |
emulators/wine-devel: 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.
Approved by: maintainer (pre-approval)
-rw-r--r-- | emulators/wine-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 57ebc56d8530..37cad501c6f4 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -42,6 +42,7 @@ CONFIGURE_ARGS+=--verbose \ --without-dbus \ --without-gettext --without-gettextpo \ --without-gphoto \ + --without-gssapi \ --without-gstreamer \ --without-hal \ --without-inotify \ |