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
libsodium: removed `--without-pthreads` configire arg (no longer required for musl)
Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
lilik-openwrt-22.03
Black Roland
8 years ago
parent
37cde87699
commit
cbd4ff7d6b
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
libs/libsodium/Makefile
+ 1
- 2
libs/libsodium/Makefile
View File
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
libsodium
PKG_VERSION
:=
1.0.11
PKG_RELEASE
:=
1
PKG_RELEASE
:=
2
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
https://download.libsodium.org/libsodium/releases
@ -52,7 +52,6 @@ endef
CONFIGURE_ARGS
+=
\
--disable-ssp
\
--without-pthreads
\
$(
if
$(
CONFIG_LIBSODIUM_MINIMAL
)
,--enable-minimal
=
yes,--enable-minimal
=
no
)
d
e
f
i
n
e
B
u
i
l
d
/
I
n
s
t
a
l
l
D
e
v
Write
Preview
Loading…
Cancel
Save