[Bug 215081] www/chromium build fails w/o kerberos | gssapi (option WITHOUT_KERBEROS ignored)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 10 07:01:36 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215081

tjlegg at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tjlegg at gmail.com

--- Comment #1 from tjlegg at gmail.com ---
If not Kerberos, then kerberos=true?

######################
$ diff -u Makefile.orig Makefile
--- Makefile.orig   2016-12-07 17:57:25.000000000 +0800
+++ Makefile    2016-12-08 22:15:37.273189000 +0800
@@ -200,7 +200,7 @@
 .endif

 .if ! ${PORT_OPTIONS:MKERBEROS}
-GN_ARGS+=      use_kerberos=true
+GN_ARGS+=      use_kerberos=false
 .endif

 pre-everything::
######################

Flag changed and in-progress build has long passed the missing gssapi include

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-chromium mailing list