From 5e5f0ae8de535ac62e5777e4a08424c5381454aa Mon Sep 17 00:00:00 2001 From: Stephen Walker Date: Sun, 9 Dec 2012 20:31:38 +0000 Subject: [PATCH] [packages] python-crypto: remove host include path (#12592) SVN-Revision: 34587 --- lang/python-crypto/patches/001-no-host-paths.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/python-crypto/patches/001-no-host-paths.patch diff --git a/lang/python-crypto/patches/001-no-host-paths.patch b/lang/python-crypto/patches/001-no-host-paths.patch new file mode 100644 index 0000000000..d481627a29 --- /dev/null +++ b/lang/python-crypto/patches/001-no-host-paths.patch @@ -0,0 +1,11 @@ +--- a/setup.py ++++ b/setup.py +@@ -370,7 +370,7 @@ kw = {'name':"pycrypto", + 'ext_modules': plat_ext + [ + # _fastmath (uses GNU mp library) + Extension("Crypto.PublicKey._fastmath", +- include_dirs=['src/','/usr/include/'], ++ include_dirs=['src/'], + libraries=['gmp'], + sources=["src/_fastmath.c"]), + -- 2.30.2