scripts/setup-ubuntu.sh: Huh. We only have Python 3.5 here.
[termux-packages] / packages / libnettle / configure.patch
CommitLineData
198ce7c5
FF
1diff -u -r ../nettle-3.3/configure ./configure
2--- ../nettle-3.3/configure 2016-10-01 09:28:38.000000000 +0200
3+++ ./configure 2017-07-07 08:35:12.539208424 +0200
4@@ -7091,6 +7091,7 @@
5 CFLAGS="$CFLAGS $CCPIC"
6 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7 /* end confdefs.h. */
8+#include <stdlib.h>
9
10 int
11 main ()