Patches: Browse | Submit New | Admin

[#9425] Patch to remove the krb5.h file as a dependency

Date:
2007-03-21 13:09
Priority:
3
Submitted By:
Nobody
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Patch to remove the krb5.h file as a dependency

Detailed description
When I attempted to install the following gem on FC6, the gem supplied krb5.h file was out of date and the gem couldn't
compile.  It seems that the current krb5.h file referrences the com_err.h file in et/com_err.h as opposed to com_err.h
as in the supplied file.  By removing the krb5.h file from the project and also from the extconf.rb file, make resolves
the dependency using the standard include path and the build works.  I tested with the example.rb file and it works
fine.  I think this is a safer way to deploy the gem without having to worry about the krb5.h file changing.

A patch is attached that removes the dependency.

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item