summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-10-14 21:36:08 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-10-14 21:36:08 -0400
commit983b4c1124dd5d43b23af9561948ab225c8f4413 (patch)
tree25c2aac1477058af9cfb792dcf6603ce26734ec3 /www-servers/monkeyd/files
parentnet-dns/avahi: unconditionally depend on xmltoman, bug #563046. (diff)
downloadgentoo-983b4c1124dd5d43b23af9561948ab225c8f4413.tar.gz
gentoo-983b4c1124dd5d43b23af9561948ab225c8f4413.tar.bz2
gentoo-983b4c1124dd5d43b23af9561948ab225c8f4413.zip
www-servers/monkeyd: version bump 1.6.3. enable tls plugin.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'www-servers/monkeyd/files')
-rw-r--r--www-servers/monkeyd/files/monkeyd-1.6.3-system-mbedtls.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/www-servers/monkeyd/files/monkeyd-1.6.3-system-mbedtls.patch b/www-servers/monkeyd/files/monkeyd-1.6.3-system-mbedtls.patch
new file mode 100644
index 000000000000..30d13cc426b8
--- /dev/null
+++ b/www-servers/monkeyd/files/monkeyd-1.6.3-system-mbedtls.patch
@@ -0,0 +1,19 @@
+diff -Naur monkey-1.6.3.orig/plugins/tls/CMakeLists.txt monkey-1.6.3/plugins/tls/CMakeLists.txt
+--- monkey-1.6.3.orig/plugins/tls/CMakeLists.txt 2015-10-13 13:23:34.000000000 -0400
++++ monkey-1.6.3/plugins/tls/CMakeLists.txt 2015-10-14 21:28:27.941930485 -0400
+@@ -2,15 +2,6 @@
+ tls.c
+ )
+
+-if(NOT WITH_MBEDTLS_SHARED)
+- option(ENABLE_TESTING OFF)
+- option(ENABLE_PROGRAMS OFF)
+- option(INSTALL_MBEDTLS_HEADERS OFF)
+- set(MK_MBEDTLS_SRC ../../deps/mbedtls-2.1.2)
+- add_subdirectory(${MK_MBEDTLS_SRC} ${CMAKE_BINARY_DIR}/mbedtls-2.1.2)
+- include_directories(${MK_MBEDTLS_SRC}/include)
+-endif()
+-
+ MONKEY_PLUGIN(tls "${src}")
+
+ MONKEY_PLUGIN_LINK_LIB(tls mbedtls)