X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=openssh-ldns.patch;h=367c5e8847de8b163427ba53229a8b09faf6f5b7;hb=8a81cd30c4bf6a2c8843b756ef500a609da28f34;hp=a15c7dd5fec1f1413dfef64c593cc2e6c71c4554;hpb=b390aae6fa2d67c5b93f6f8e4ddabb908575bc34;p=packages%2Fopenssh.git diff --git a/openssh-ldns.patch b/openssh-ldns.patch index a15c7dd..367c5e8 100644 --- a/openssh-ldns.patch +++ b/openssh-ldns.patch @@ -1,6 +1,6 @@ ---- openssh-7.5p1/configure.ac.orig 2017-04-17 10:38:47.458291317 +0200 -+++ openssh-7.5p1/configure.ac 2017-04-17 11:03:41.491607590 +0200 -@@ -1479,15 +1479,15 @@ +--- a/configure.ac~ 2017-10-02 21:34:26.000000000 +0200 ++++ b/configure.ac 2017-10-06 08:35:16.756080761 +0200 +@@ -1487,7 +1487,7 @@ AC_ARG_WITH(ldns, ldns="" if test "x$withval" = "xyes" ; then AC_PATH_TOOL([LDNSCONFIG], [ldns-config], [no]) @@ -9,12 +9,4 @@ CPPFLAGS="$CPPFLAGS -I${withval}/include" LDFLAGS="$LDFLAGS -L${withval}/lib" LIBS="-lldns $LIBS" -- ldns=yes - else - LIBS="$LIBS `$LDNSCONFIG --libs`" - CPPFLAGS="$CPPFLAGS `$LDNSCONFIG --cflags`" - fi -+ ldns=yes - elif test "x$withval" != "xno" ; then - CPPFLAGS="$CPPFLAGS -I${withval}/include" - LDFLAGS="$LDFLAGS -L${withval}/lib" +