pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libssh/patches libssh: update patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5fb4971bfd40
branches:  trunk
changeset: 401528:5fb4971bfd40
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Sep 18 19:35:08 2019 +0000

description:
libssh: update patch

diffstat:

 security/libssh/patches/patch-CompilerChecks.cmake |  19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 9e579e0f1f9f -r 5fb4971bfd40 security/libssh/patches/patch-CompilerChecks.cmake
--- a/security/libssh/patches/patch-CompilerChecks.cmake        Wed Sep 18 19:00:13 2019 +0000
+++ b/security/libssh/patches/patch-CompilerChecks.cmake        Wed Sep 18 19:35:08 2019 +0000
@@ -1,27 +1,36 @@
-$NetBSD: patch-CompilerChecks.cmake,v 1.1 2018/12/03 15:19:51 adam Exp $
+$NetBSD: patch-CompilerChecks.cmake,v 1.2 2019/09/18 19:35:08 nia Exp $
 
 Let PkgSrc handle security features.
 
---- CompilerChecks.cmake.orig  2018-12-03 09:27:44.000000000 +0000
+--- CompilerChecks.cmake.orig  2019-06-27 08:34:16.000000000 +0000
 +++ CompilerChecks.cmake
-@@ -62,20 +62,7 @@ if (UNIX)
+@@ -66,29 +66,6 @@ if (UNIX)
          endif()
      endif()
  
 -    check_c_compiler_flag_ssp("-fstack-protector-strong" WITH_STACK_PROTECTOR_STRONG)
 -    if (WITH_STACK_PROTECTOR_STRONG)
 -        list(APPEND SUPPORTED_COMPILER_FLAGS "-fstack-protector-strong")
+-        # This is needed as Solaris has a seperate libssp
+-        if (SOLARIS)
+-            list(APPEND SUPPORTED_LINKER_FLAGS "-fstack-protector-strong")
+-        endif()
 -    else (WITH_STACK_PROTECTOR_STRONG)
 -        check_c_compiler_flag_ssp("-fstack-protector" WITH_STACK_PROTECTOR)
 -        if (WITH_STACK_PROTECTOR)
 -            list(APPEND SUPPORTED_COMPILER_FLAGS "-fstack-protector")
+-            # This is needed as Solaris has a seperate libssp
+-            if (SOLARIS)
+-                list(APPEND SUPPORTED_LINKER_FLAGS "-fstack-protector")
+-            endif()
 -        endif()
 -    endif (WITH_STACK_PROTECTOR_STRONG)
- 
+-
 -    check_c_compiler_flag_ssp("-fstack-clash-protection" WITH_STACK_CLASH_PROTECTION)
 -    if (WITH_STACK_CLASH_PROTECTION)
 -        list(APPEND SUPPORTED_COMPILER_FLAGS "-fstack-clash-protection")
 -    endif()
- 
+-
      if (PICKY_DEVELOPER)
          add_c_compiler_flag("-Wno-error=deprecated-declarations" SUPPORTED_COMPILER_FLAGS)
+         add_c_compiler_flag("-Wno-error=tautological-compare" SUPPORTED_COMPILER_FLAGS)



Home | Main Index | Thread Index | Old Index