diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-10 01:20:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-10 01:20:18 +0200 |
commit | 143dda37b357fa949abd681742f465d8cb5f981e (patch) | |
tree | d706ab243865d9a6c6f157b796ef4cb9fc20eb9c /dev-libs/libzip/files/libzip-1.5.2-mbedtls.patch | |
parent | app-office/skrooge: 2.22.1 version bump (diff) | |
download | gentoo-143dda37b357fa949abd681742f465d8cb5f981e.tar.gz gentoo-143dda37b357fa949abd681742f465d8cb5f981e.tar.bz2 gentoo-143dda37b357fa949abd681742f465d8cb5f981e.zip |
dev-libs/libzip: Drop 1.5.2-r2
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/libzip/files/libzip-1.5.2-mbedtls.patch')
-rw-r--r-- | dev-libs/libzip/files/libzip-1.5.2-mbedtls.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-libs/libzip/files/libzip-1.5.2-mbedtls.patch b/dev-libs/libzip/files/libzip-1.5.2-mbedtls.patch deleted file mode 100644 index 564cc9b79f1d..000000000000 --- a/dev-libs/libzip/files/libzip-1.5.2-mbedtls.patch +++ /dev/null @@ -1,23 +0,0 @@ -From e34b2ed6116ba5e6d3c25cd504d91bb680db92e8 Mon Sep 17 00:00:00 2001 -From: Thomas Klausner <tk@giga.or.at> -Date: Tue, 2 Apr 2019 15:26:06 +0200 -Subject: [PATCH] mbedtls: link against the correct library - -Inspired by https://github.com/nih-at/libzip/pull/88 ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 3f252b3f7..f8eb16eeb 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -42,7 +42,7 @@ ELSE() - ENDIF() - IF(ENABLE_MBEDTLS) - FIND_PATH(MBEDTLS_INCLUDE_DIR mbedtls/aes.h) -- FIND_LIBRARY(MBEDTLS_LIBRARIES NAMES mbedtls) -+ FIND_LIBRARY(MBEDTLS_LIBRARIES NAMES mbedcrypto) - ELSE() - SET(MBEDTLS_LIBRARIES FALSE) - ENDIF() |