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 627422 - Fix building on OSX < 10.6
Fix building on OSX < 10.6
Status: RESOLVED FIXED
Product: gnome-keyring
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2010-08-19 19:58 UTC by Louis-Francis Ratté-Boulianne
Modified: 2010-09-01 01:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix pam headers location on OSX (971 bytes, patch)
2010-08-19 19:58 UTC, Louis-Francis Ratté-Boulianne
none Details | Review

Description Louis-Francis Ratté-Boulianne 2010-08-19 19:58:06 UTC
Created attachment 168317 [details] [review]
Fix pam headers location on OSX

Before Snow Leopard, the pam header files were in /usr/include/pam/ instead of /usr/include/security. We need to check both locations
Comment 1 Stef Walter 2010-08-27 15:56:14 UTC
Thanks! Committed.


commit dc9f71c5b77ea481e71cc7c250de4a967991b16a
Author: Louis-Francis Ratté-Boulianne <louisfrancis.rb@gmail.com>
Date:   Fri Aug 27 15:55:23 2010 +0000

    [pam] Fix build on Snow Leopard.
    
    Before Snow Leopard, the pam header files were in /usr/include/pam/
    instead of /usr/include/security. We need to check both locations
Comment 2 Stef Walter 2010-08-31 22:25:40 UTC
Reverting this patch and reopening since this broke the build for others:

https://bugzilla.gnome.org/show_bug.cgi?id=628384

Please provide a better patch. Thanks.
Comment 3 Stef Walter 2010-09-01 01:16:04 UTC
Fixed here: https://bugzilla.gnome.org/show_bug.cgi?id=628457