diff options
author | Andy Walsh <andy.walsh44+github@gmail.com> | 2018-09-01 14:16:16 +0200 |
---|---|---|
committer | Andy Walsh <andy.walsh44+github@gmail.com> | 2018-09-01 14:16:16 +0200 |
commit | 6186f46d2e82ea2773bb1c9fce1e2ce6be02d95b (patch) | |
tree | c3799b65c960fd5c5ace1c4d8b80d1a8dc82e294 /libs/expat | |
parent | 67ff849bceb4ee49737d5dcac3e38f0f2d51741c (diff) |
expat: disable docbook
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Diffstat (limited to 'libs/expat')
-rw-r--r-- | libs/expat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/expat/Makefile b/libs/expat/Makefile index e373a32ac..3f1d71e09 100644 --- 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 |