This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
python: link with static libs of ssl, crypto for host builds
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean
8 years ago
parent
515468346a
commit
ee88853e04
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
lang/python/Makefile
+ 3
- 0
lang/python/Makefile
View File
@ -229,6 +229,9 @@ define PyPackage/python/filespec
-
|
$(
PYTHON_PKG_DIR
)
e
n
d
e
f
HOST_LDFLAGS
+=
\
$$
$$
(
pkg-config --static --libs libcrypto libssl
)
HOST_CONFIGURE_ARGS
+=
\
--without-cxx-main
\
--without-pymalloc
\
Write
Preview
Loading…
Cancel
Save