Source: libodb-qt
Version: 2.4.0-2
Tags: patch upstream
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

libodb-qt fails to cross build from source, because it detects the build
architecture pkg-config using AC_PATH_PROG. It should be using
AC_PATH_TOOL. Please consider applying the attached patch.

Helmut
--- libodb-qt-2.4.0.orig/m4/libqt.m4
+++ libodb-qt-2.4.0/m4/libqt.m4
@@ -43,7 +43,7 @@
 libqt_lib_names="Qt5Core QtCore5 QtCore Qt4Core QtCore4"
 libqt_pkg_names="Qt5Core QtCore"
 
-AC_PATH_PROG([pkg_config],[pkg-config])
+AC_PATH_TOOL([pkg_config],[pkg-config])
 
 AC_MSG_CHECKING([for QtCore])
 

Reply via email to