Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 400800 Details for
Bug 539902
net-analyzer/sslscan - ?
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Make python modules respect DESTDIR, fixing a sandbox violation
sslscan-python-DESTDIR.patch (text/plain), 616 bytes, created by
Hank Leininger
on 2015-04-08 03:21:13 UTC
(
hide
)
Description:
Make python modules respect DESTDIR, fixing a sandbox violation
Filename:
MIME Type:
Creator:
Hank Leininger
Created:
2015-04-08 03:21:13 UTC
Size:
616 bytes
patch
obsolete
>diff -urP sslscan-1.10.3_pre20140626.orig/python/CMakeLists.txt sslscan-1.10.3_pre20140626/python/CMakeLists.txt >--- sslscan-1.10.3_pre20140626.orig/python/CMakeLists.txt 2015-04-07 22:07:24.618028209 -0400 >+++ sslscan-1.10.3_pre20140626/python/CMakeLists.txt 2015-04-07 22:09:58.727038008 -0400 >@@ -15,5 +15,5 @@ > > add_custom_target(target ALL DEPENDS ${OUTPUT}) > >- install(CODE "execute_process(COMMAND ${PYTHON} ${SETUP_PY} install --prefix=${CMAKE_INSTALL_PREFIX})") >+ install(CODE "execute_process(COMMAND ${PYTHON} ${SETUP_PY} install --prefix=${CMAKE_INSTALL_PREFIX} --root=${DESTDIR})") > endif()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 539902
:
400798
|
400800
|
427180