sslscan icon indicating copy to clipboard operation
sslscan copied to clipboard

Add DESTDIR support for python modules.

Open hlein opened this issue 10 years ago • 0 comments

Without this patch, DESTDIR is not passed to python setup.py, so build systems that use a staging sandbox prior to installing in real-root, such as Gentoo, cannot build+install it.

Note, this probably is not the right way to do this; it unconditionally passes --root=${DESTDIR}, so will probably cause issues when DESTDIR is not set. I am a cmake noob and could not get it to do the right thing conditionally.

hlein avatar Apr 08 '15 03:04 hlein