Source: eiciel
Version: 0.9.12.1-1
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

eiciel fails to cross build from source, because its configure.ac hard
codes the build architecture pkg-config in one place. After fixing that,
it cross builds successfully. Please consider applying the attached
patch.

Helmut
--- eiciel-0.9.12.1.orig/configure.ac
+++ eiciel-0.9.12.1/configure.ac
@@ -108,7 +108,7 @@
 ]
 ,
 [dnl Linux distributions
-  extensiondir=`pkg-config --variable=extensiondir libnautilus-extension`;
+  extensiondir=`$PKG_CONFIG --variable=extensiondir libnautilus-extension`;
   if test -n "$extensiondir" ;
   then
      AC_SUBST(NAUTILUS_EXTENSIONS_DIR, [$extensiondir])

Reply via email to