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
Merge pull request
#4619
from diizzyy/patch-77
libs/expat: Fix poor entropy compilation error
lilik-openwrt-22.03
Ted Hess
7 years ago
committed by
GitHub
parent
1c82410cf9
12646b51eb
commit
dd0603a170
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
libs/expat/Makefile
+ 3
- 0
libs/expat/Makefile
View File
@ -39,6 +39,9 @@ endef
TARGET_CFLAGS
+=
$(
FPIC
)
HOST_CONFIGURE_VARS
+=
\
CPPFLAGS
=
"
$(
HOST_CFLAGS
)
-DXML_POOR_ENTROPY
"
CONFIGURE_ARGS
+=
\
--enable-shared
\
--enable-static
Write
Preview
Loading…
Cancel
Save