Ralnoc / pam-python

pam_python is a PAM module that runs the Python interpreter, and so allows PAM modules to be written in Python.
https://sourceforge.net/p/pam-python/code/ci/default/tree/
22 stars 10 forks source link

New FreeBSD support + fix setup.py #6

Open francoricci opened 5 years ago

francoricci commented 5 years ago

Added support to build under FreeBSD with gcc >=5. To build use gmake instead of make. (tested with gcc5, gcc7 and ggc8) Fixed use of os.environ to be complaint with Python3