file: Update from 5.32 to 5.33
[termux-packages] / packages / dpkg / configure.patch
CommitLineData
05ebefe8
FF
1diff -u -r ../dpkg-1.18.15/configure ./configure
2--- ../dpkg-1.18.15/configure 2016-11-15 21:28:05.000000000 -0500
3+++ ./configure 2016-11-26 10:44:53.214082696 -0500
4@@ -25749,7 +25749,7 @@
5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dpkg cpu type" >&5
3c323c69
FF
6 $as_echo_n "checking dpkg cpu type... " >&6; }
7
05ebefe8
FF
8- cpu_type=$(PERL=$PERL $srcdir/run-script scripts/dpkg-architecture.pl -t$host -qDEB_HOST_ARCH_CPU 2>/dev/null)
9+ cpu_type=TERMUX_ARCH
3c323c69 10
05ebefe8
FF
11 if test "x$cpu_type" = "x"; then :
12
13@@ -25800,7 +25800,7 @@
14 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dpkg architecture name" >&5
3c323c69
FF
15 $as_echo_n "checking dpkg architecture name... " >&6; }
16
05ebefe8
FF
17- dpkg_arch=$(PERL=$PERL $srcdir/run-script scripts/dpkg-architecture.pl -t$host -qDEB_HOST_ARCH 2>/dev/null)
18+ dpkg_arch=TERMUX_ARCH
19
20 if test "x$dpkg_arch" = "x"; then :
3c323c69 21