Source: caja-seahorse
Version: 1.18.4-1
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

caja-seahorse fails to cross build from source. The reason is best
explained in lintian tag
autotools-pkg-config-macro-not-cross-compilation-safe. The attached
patch fixes that. Please consider applying it.

Helmut
--- caja-seahorse-1.18.4.orig/configure.ac
+++ caja-seahorse-1.18.4/configure.ac
@@ -26,7 +26,7 @@
 AM_DISABLE_STATIC
 AM_PROG_LIBTOOL
 IT_PROG_INTLTOOL([0.35.0])
-AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
+PKG_PROG_PKG_CONFIG
 
 AC_SYS_LARGEFILE
 AC_TYPE_OFF_T

Reply via email to