Re: Chromium with kerberos

2017-04-18 Thread Robert Nagy
Hi The OpenBSD chromium port is built without kerberos support. On (2017-04-18 07:37), Jiri B wrote: > Hi, > > does OpenBSD chromium work with heimdal in ports? > > I found following part in Chromium code > https://github.com/adobe/chromium/blob/master/net/net.gyp#L800 > which makes me doubtful

Chromium with kerberos

2017-04-18 Thread Jiri B
Hi, does OpenBSD chromium work with heimdal in ports? I found following part in Chromium code https://github.com/adobe/chromium/blob/master/net/net.gyp#L800 which makes me doubtful. ... ['use_kerberos==1', { 'defines': [ 'USE_KERBEROS', ], 'condi