chiark / gitweb /
libgpg-error: workaround no stdout atexit with constructor prior to N (#1017)
[termux-packages] / packages / openssh / configure.ac.patch
1 Patch submitted upstream at https://bugzilla.mindrot.org/show_bug.cgi?id=2697
2
3 diff -u -r ../openssh-7.5p1/configure.ac ./configure.ac
4 --- ../openssh-7.5p1/configure.ac       2017-03-20 03:39:27.000000000 +0100
5 +++ ./configure.ac      2017-03-23 11:18:49.800171062 +0100
6 @@ -1486,6 +1486,7 @@
7                 else
8                         LIBS="$LIBS `$LDNSCONFIG --libs`"
9                         CPPFLAGS="$CPPFLAGS `$LDNSCONFIG --cflags`"
10 +                       ldns=yes
11                 fi
12         elif test "x$withval" != "xno" ; then
13                         CPPFLAGS="$CPPFLAGS -I${withval}/include"