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
expat: disable docbook
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
lilik-openwrt-22.03
Andy Walsh
6 years ago
parent
67ff849bce
commit
6186f46d2e
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
libs/expat/Makefile
+ 2
- 1
libs/expat/Makefile
View File
@ -41,7 +41,8 @@ TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS
+=
\
CONFIGURE_ARGS
+=
\
--enable-shared
\
--enable-shared
\
--enable-static
--enable-static
\
--without-docbook
d
e
f
i
n
e
H
o
s
t
/
I
n
s
t
a
l
l
d
e
f
i
n
e
H
o
s
t
/
I
n
s
t
a
l
l
$(
MAKE
)
-C
$(
HOST_BUILD_DIR
)
install
$(
MAKE
)
-C
$(
HOST_BUILD_DIR
)
install
Write
Preview
Loading…
Cancel
Save