Edit

IABSD.fr/ports/sysutils/borgbackup/2.0/patches/patch-setup_py

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2024-04-15 14:59:15
    Hash : 20610b84
    Message : borgbackup/2.0: switch to openssl/3.2 tests/tweak/ok bket

  • sysutils/borgbackup/2.0/patches/patch-setup_py
  • Index: setup.py
    --- setup.py.orig
    +++ setup.py
    @@ -128,8 +128,8 @@ if not on_rtd:
             # Use openssl (not libressl) because we need AES-OCB via EVP api. Link
             # it statically to avoid conflicting with shared libcrypto from the base
             # OS pulled in via dependencies.
    -        crypto_ext_lib = {"include_dirs": ["/usr/local/include/eopenssl30"]}
    -        crypto_extra_objects += ["/usr/local/lib/eopenssl30/libcrypto.a"]
    +        crypto_ext_lib = {"include_dirs": ["/usr/local/include/eopenssl32"]}
    +        crypto_extra_objects += ["/usr/local/lib/eopenssl32/libcrypto.a"]
         else:
             crypto_ext_lib = lib_ext_kwargs(pc, "BORG_OPENSSL_PREFIX", "crypto", "libcrypto", ">=1.1.1")