Skip to content
Snippets Groups Projects
Commit 4869f087 authored by Adrien Béraud's avatar Adrien Béraud Committed by Sébastien Blin
Browse files

nettle: don't build documentation


Change-Id: Ib2526273a70c21734fe3e5b12297b1dfdfdc0207
Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
parent 1e6a4716
Branches
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ ifdef HAVE_IOS
cd $< && autoreconf
cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -O3" ./configure $(HOSTCONF)
else
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(HOSTVARS) ./configure --disable-documentation $(HOSTCONF)
endif
cd $< && $(MAKE) install
touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment