Bug 12963 - MIT krb5 API is not detected on Solaris
Summary: MIT krb5 API is not detected on Solaris
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Build (show other bugs)
Version: 4.7.0rc3
Hardware: All Solaris
: P5 normal (vote)
Target Milestone: ---
Assignee: Björn Jacke
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on: 12962
Blocks:
  Show dependency treegraph
 
Reported: 2017-08-13 00:27 UTC by Jura Sasek
Modified: 2020-04-14 13:35 UTC (History)
2 users (show)

See Also:


Attachments
Set the 'lib' in tests. (4.15 KB, patch)
2017-08-13 00:27 UTC, Jura Sasek
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jura Sasek 2017-08-13 00:27:52 UTC
Created attachment 13466 [details]
Set the 'lib' in tests.

Solaris was always placing krb5 headers into the
 /usr/include/kerberosv5
directory so the waf tests need to know this path otherwise will fail. This is passed by -I cc option stored on 'lib' in waf.
Comment 1 Björn Jacke 2020-04-14 13:35:12 UTC
just a quick thought: shouldn't krb5-config be used to figure the right path out and that one be used?