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: add libopenssl and libcrypto as package deps
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean
10 years ago
parent
15111b3ccf
commit
6862f1d8e6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lang/python/Makefile
+ 1
- 1
lang/python/Makefile
View File
@ -53,7 +53,7 @@ endef
d
e
f
i
n
e
P
a
c
k
a
g
e
/
p
y
t
h
o
n
$(
call
Package
/
python
/
Default
)
DEPENDS:
=
+libpthread +zlib +libffi
DEPENDS:
=
+libpthread +zlib +libffi
+libopenssl +libcrypto
e
n
d
e
f
d
e
f
i
n
e
P
a
c
k
a
g
e
/
p
y
t
h
o
n
/
d
e
s
c
r
i
p
t
i
o
n
Write
Preview
Loading…
Cancel
Save