From: Jo-Philipp Wich Date: Sun, 19 Jun 2011 23:00:24 +0000 (+0000) Subject: [PATCH] No LaTeX documentation for sane-backend package X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=798810b1303f7d98986d080a4b5b034e766673c2;hp=89465bb23a4bb56e0a3d0463cdc0fb0008440514;ds=sidebyside [PATCH] No LaTeX documentation for sane-backend package If no LaTeX tools are present, building sane-backend package fails. This patch removes the building of the LaTeX documentation (it does not seem sensible/required for routers) Signed-off-by: Maarten Bezemer SVN-Revision: 27239 --- diff --git a/utils/sane-backends/Makefile b/utils/sane-backends/Makefile index 79f58c5832..96fc586aaf 100644 --- a/utils/sane-backends/Makefile +++ b/utils/sane-backends/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sane-backends PKG_VERSION:=1.0.20 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.sane-project.org/pub/sane/$(PKG_NAME)-$(PKG_VERSION)/ @@ -76,6 +76,7 @@ CONFIGURE_ARGS+= \ --enable-shared \ --enable-static \ --disable-translations \ + --disable-latex \ --without-gphoto2 \ --disable-debug \