]> git.pld-linux.org Git - packages/openssh.git/blob - openssh-ldns.patch
367c5e8847de8b163427ba53229a8b09faf6f5b7
[packages/openssh.git] / openssh-ldns.patch
1 --- a/configure.ac~     2017-10-02 21:34:26.000000000 +0200
2 +++ b/configure.ac      2017-10-06 08:35:16.756080761 +0200
3 @@ -1487,7 +1487,7 @@ AC_ARG_WITH(ldns,
4         ldns=""
5         if test "x$withval" = "xyes" ; then
6                 AC_PATH_TOOL([LDNSCONFIG], [ldns-config], [no])
7 -               if test "x$PKGCONFIG" = "xno"; then
8 +               if test "x$LDNSCONFIG" = "xno"; then
9                         CPPFLAGS="$CPPFLAGS -I${withval}/include"
10                         LDFLAGS="$LDFLAGS -L${withval}/lib"
11                         LIBS="-lldns $LIBS"
12
This page took 0.022605 seconds and 2 git commands to generate.