projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fefe8e1
)
expat: disable docbook
author
Andy Walsh
<andy.walsh44+github@gmail.com>
Sat, 1 Sep 2018 12:16:16 +0000
(14:16 +0200)
committer
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Sun, 29 Sep 2019 09:29:47 +0000
(11:29 +0200)
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
libs/expat/Makefile
patch
|
blob
|
history
diff --git
a/libs/expat/Makefile
b/libs/expat/Makefile
index e373a32acf7382a32f6fda8d9d3a68274b280a2b..3f1d71e09d52a461d0c180bc94409c2d5145467b 100644
(file)
--- a/
libs/expat/Makefile
+++ b/
libs/expat/Makefile
@@
-41,7
+41,8
@@
TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \
--enable-shared \
- --enable-static
+ --enable-static \
+ --without-docbook
define Host/Install
$(MAKE) -C $(HOST_BUILD_DIR) install