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 <m.m.beze...@utwente.nl>
---

Index: utils/sane-backends/Makefile
===================================================================
--- utils/sane-backends/Makefile        (revision 27167)
+++ utils/sane-backends/Makefile        (working copy)
@@ -9,7 +9,7 @@

 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 @@
        --enable-shared \
        --enable-static \
        --disable-translations \
+       --disable-latex \
        --without-gphoto2 \
        --disable-debug \

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to