git: Build libssh with ldns support. 2/2

Daniel Fojt deef at crater.dragonflybsd.org
Tue Aug 4 06:16:44 PDT 2020


commit e926d9f338dd5529d4bd857f7ac14e0a32ea0ab1
Author: Daniel Fojt <df at neosystem.org>
Date:   Tue Aug 4 11:47:39 2020 +0200

    Build libssh with ldns support. 2/2
    
    Hook ldns support into libssh via our libprivate_ldns:
    
    - revise libraries build order
    - adapt Makefiles
    - update libssh/config.h
    - drop libssh/openbsd-compat/getrrsetbyname.c, import
      getrrsetbyname-ldns.c instead
    
    Approved by: Rimvydas Jasinskas

Summary of changes:
 Makefile.inc1                                   |   3 +
 initrd/rescue.libcrypto/Makefile                |   1 +
 lib/Makefile                                    |  13 +-
 lib/libssh/Makefile                             |  12 +-
 lib/libssh/config.h                             |   2 +-
 lib/libssh/openbsd-compat/getrrsetbyname-ldns.c | 284 +++++++++++
 lib/libssh/openbsd-compat/getrrsetbyname.c      | 610 ------------------------
 7 files changed, 300 insertions(+), 625 deletions(-)
 create mode 100644 lib/libssh/openbsd-compat/getrrsetbyname-ldns.c
 delete mode 100644 lib/libssh/openbsd-compat/getrrsetbyname.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e926d9f338dd5529d4bd857f7ac14e0a32ea0ab1


-- 
DragonFly BSD source repository


More information about the Commits mailing list