This repository has been archived on 2022-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
appliances-old/privacyidea/make.conf

8 lines
302 B
Plaintext
Raw Normal View History

2017-07-26 21:31:31 +02:00
CFLAGS="-O2 -pipe"
CXXFLAGS="-O2 -pipe"
USE="hardened justify pie ssp urandom xattr -fortran -jit -orc -pch -pic -prelink -profile -tcc"
2017-07-26 21:31:31 +02:00
MAKEOPTS="-j5"
# privacyIDEA/wsgi braucht Python2.7, Python3.5 ist default im aktuellen stage3
PYTHON_TARGETS="python2_7 python3_5"
2017-07-26 21:31:31 +02:00
PYTHON_SINGLE_TARGET="python2_7"