postgresql: Update from 9.6.2 to 9.6.3
[termux-packages] / packages / apt / configure.patch
CommitLineData
d4f51079 1diff -u -r ../apt-1.2.12/configure ./configure
95acf6ed
FF
2--- ../apt-1.2.12/configure 2016-05-11 10:58:04.000000000 +0200
3+++ ./configure 2017-03-03 13:31:05.373948035 +0100
d4f51079
FF
4@@ -569,7 +569,7 @@
5 ac_clean_files=
6 ac_config_libobj_dir=.
7 LIBOBJS=
8-cross_compiling=no
9+cross_compiling=yes
10 subdirs=
11 MFLAGS=
12 MAKEFLAGS=
95acf6ed
FF
13@@ -4611,7 +4611,7 @@
14 return 0;
15 }
16 _ACEOF
17-if ac_fn_c_try_link "$LINENO"; then :
18+if false; then :
19 $as_echo "#define HAVE_BDB 1" >>confdefs.h
20
21 BDBLIB="-ldb"
d4f51079 22@@ -5056,7 +5056,7 @@
59f0d218
FF
23
24 { $as_echo "$as_me:${as_lineno-$LINENO}: checking debian architecture" >&5
25 $as_echo_n "checking debian architecture... " >&6; }
26-archset="`dpkg-architecture -qDEB_HOST_ARCH`"
27+archset=TERMUX_ARCH
28 if test "x$archset" = "x"; then
29 as_fn_error $? "failed: use --host= or output from dpkg-architecture" "$LINENO" 5
30 fi