From fd06a90ed69a7320d707c1f7d1e667f8535126ff6cc236fd566bcb244dd1a4ce Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Wed, 5 Oct 2016 20:47:44 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo-extensions?expand=0&rev=27 --- nemo-gtkhash_mbedtls-2.x.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nemo-gtkhash_mbedtls-2.x.patch b/nemo-gtkhash_mbedtls-2.x.patch index 352676e..20a584d 100644 --- a/nemo-gtkhash_mbedtls-2.x.patch +++ b/nemo-gtkhash_mbedtls-2.x.patch @@ -4,7 +4,7 @@ AC_MSG_RESULT(["${enable_polarssl}"]) AM_CONDITIONAL([ENABLE_POLARSSL], [test "${enable_polarssl}" = "yes"]) AC_DEFINE([ENABLE_POLARSSL], [0], [Use PolarSSL]) -+AC_DEFINE([HAVE_MBEDTLS_2_0_0], [1], [Have mbed TLS 2.x+]) ++AC_DEFINE([HAVE_MBEDTLS_2_0_0], [0], [Have mbed TLS 2.x+]) if test "${enable_polarssl}" = "yes" ; then - AC_CHECK_HEADER([polarssl/md.h], [:], [AC_MSG_ERROR([polarssl headers not found])])