Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 289094 | Differences between
and this patch

Collapse All | Expand All

(-)dpkg-1.15.5.6.org/configure (-3 / +3 lines)
Lines 3872-3878 Link Here
3872
$as_echo_n "checking dpkg cpu type... " >&6; }
3872
$as_echo_n "checking dpkg cpu type... " >&6; }
3873
3873
3874
cpu_type=$(cd $srcdir/scripts; \
3874
cpu_type=$(cd $srcdir/scripts; \
3875
    PERL5LIB=$(pwd) ./dpkg-architecture.pl -t$host -qDEB_HOST_ARCH_CPU 2>/dev/null)
3875
    pkgdatadir=$srcdir PERL5LIB=$(pwd) ./dpkg-architecture.pl -t$host -qDEB_HOST_ARCH_CPU 2>/dev/null)
3876
3876
3877
if test "x$cpu_type" = "x"; then
3877
if test "x$cpu_type" = "x"; then
3878
	cpu_type=$host_cpu
3878
	cpu_type=$host_cpu
Lines 3894-3900 Link Here
3894
$as_echo_n "checking dpkg operating system type... " >&6; }
3894
$as_echo_n "checking dpkg operating system type... " >&6; }
3895
3895
3896
os_type=$(cd $srcdir/scripts; \
3896
os_type=$(cd $srcdir/scripts; \
3897
    PERL5LIB=$(pwd) ./dpkg-architecture.pl -t$host -qDEB_HOST_ARCH_OS 2>/dev/null)
3897
    pkgdatadir=$srcdir PERL5LIB=$(pwd) ./dpkg-architecture.pl -t$host -qDEB_HOST_ARCH_OS 2>/dev/null)
3898
3898
3899
if test "x$os_type" = "x"; then
3899
if test "x$os_type" = "x"; then
3900
	os_type=$host_os
3900
	os_type=$host_os
Lines 3916-3922 Link Here
3916
$as_echo_n "checking dpkg architecture name... " >&6; }
3916
$as_echo_n "checking dpkg architecture name... " >&6; }
3917
3917
3918
dpkg_arch=$(cd $srcdir/scripts; \
3918
dpkg_arch=$(cd $srcdir/scripts; \
3919
    PERL5LIB=$(pwd) ./dpkg-architecture.pl -t$host -qDEB_HOST_ARCH 2>/dev/null)
3919
    pkgdatadir=$srcdir PERL5LIB=$(pwd) ./dpkg-architecture.pl -t$host -qDEB_HOST_ARCH 2>/dev/null)
3920
3920
3921
{ $as_echo "$as_me:$LINENO: result: $dpkg_arch" >&5
3921
{ $as_echo "$as_me:$LINENO: result: $dpkg_arch" >&5
3922
$as_echo "$dpkg_arch" >&6; }
3922
$as_echo "$dpkg_arch" >&6; }

Return to bug 289094