|
|
@@ -4,7 +4,8 @@
|
|
|
# the target architecture, to avoid duplicating its logic.
|
|
|
AC_DEFUN([_DPKG_ARCHITECTURE], [
|
|
|
AC_REQUIRE([AC_CANONICAL_SYSTEM])dnl
|
|
|
-$2="`cd $srcdir/scripts; ./dpkg-architecture.pl -t$target -q$1 2>/dev/null`"
|
|
|
+$2="`cd $srcdir/scripts; \
|
|
|
+ PERL5LIB=$(pwd) ./dpkg-architecture.pl -t$target -q$1 2>/dev/null`"
|
|
|
])# _DPKG_ARCHITECURE
|
|
|
|
|
|
# DPKG_CPU_TYPE
|