Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Dec 2021 10:00:39 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4c95831d8fff - main - emulators/wine-devel: Explicitly build without GSSAPI
Message-ID:  <202112181000.1BIA0dPD073844@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4c95831d8fffb01b1418473f85bea4a9f8ab8a16

commit 4c95831d8fffb01b1418473f85bea4a9f8ab8a16
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2021-12-16 06:30:58 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2021-12-18 09:58:41 +0000

    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)
---
 emulators/wine-devel/Makefile | 1 +
 1 file changed, 1 insertion(+)

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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112181000.1BIA0dPD073844>