After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 645239 - Fix build error when enabling kerberos without specifying a path.
Fix build error when enabling kerberos without specifying a path.
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: general
3.0.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks: 645721
 
 
Reported: 2011-03-19 17:10 UTC by Niki Guldbrand
Modified: 2013-09-14 16:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] Fix build error when enabling kerberos without specifying a path. (2.96 KB, patch)
2011-03-19 17:10 UTC, Niki Guldbrand
committed Details | Review

Description Niki Guldbrand 2011-03-19 17:10:34 UTC
Created attachment 183798 [details] [review]
[PATCH] Fix build error when enabling kerberos without specifying a path.

When running configure with --with-krb5, configure sets $with_krb5 to
yes, which results in wrong paths in KRB5_CFLAGS and KRB5_LIBS
(yes/include and yes/lib), fixed the macro to use /usr as default in
that case, based on how it's done in evo_ldap_check.m4.
Comment 1 Milan Crha 2011-04-19 09:20:45 UTC
Thanks for a bug report and patch. The patch looks good, thus:

Created commit 67dbf92 in eds master (3.1.1+)