[packages] python-crypto: remove host include path (#12592)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34587 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
272267c9bc
commit
1a08e55cbd
11
lang/python-crypto/patches/001-no-host-paths.patch
Normal file
11
lang/python-crypto/patches/001-no-host-paths.patch
Normal file
@ -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"]),
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user