Source: hocr
Version: 0.10.18-3.2
Tags: patch upstream
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

hocr fails to cross build from source, because it uses the build
architecture pkg-config and thus fails finding packages. Please consider
applying the attached patch to make it use the host architecture
pkg-config. Once doing so, hocr becomes cross buildable.

Helmut
--- hocr-0.10.18.orig/configure.ac
+++ hocr-0.10.18/configure.ac
@@ -13,7 +13,7 @@
 AM_PROG_LIBTOOL
 
 dnl check for pkg-config
-AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
+PKG_PROG_PKG_CONFIG
 
 dnl ============================================================================
 dnl check host system

Reply via email to