Source: caja-eiciel
Version: 1.18.1-1
Tags: patch upstream
User: [email protected]
Usertags: rebootstrap

caja-eiciel fails to cross build from source, because configure.ac hard
codes the build architecture pkg-config in one place. The attached patch
fixes that and makes caja-eiciel cross build successfully. Please
consider applying it.

Helmut
--- caja-eiciel-1.18.1.orig/configure.ac
+++ caja-eiciel-1.18.1/configure.ac
@@ -96,7 +96,7 @@
 ]
 ,
 [dnl Linux distributions
-  extensiondir=`pkg-config --variable=extensiondir libcaja-extension`;
+  extensiondir=`$PKG_CONFIG --variable=extensiondir libcaja-extension`;
   if test -n "$extensiondir" ;
   then
      AC_SUBST(CAJA_EXTENSIONS_DIR, [$extensiondir])

Reply via email to