AIX build patch

Bug #1258428 reported by Adi Roiban
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Python-Crypto
New
Undecided
Unassigned

Bug Description

Michael Perzl has made a build of pycrypto 2.6.1 on AIX but in order to do so, he had to patch the code.

For convenience, I have attached his raw dif.

If you are interested in including these changes in upstream version, I can work on merging the changes in latest version.

Any comments on the diff are much appreciated.

Thanks!

Revision history for this message
Adi Roiban (adiroiban) wrote :
Revision history for this message
Richard Mitchell (mitchellrj) wrote :

Please create a fork and submit a pull request on Github (https://github.com/dlitz/pycrypto).

One can detect AIX (as opposed to plain UNIX) using:

     IS_AIX = os.uname()[0] == 'AIX'

Revision history for this message
Richard Mitchell (mitchellrj) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.