aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hiawatha/fix-mbedtls-underlinking.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-10-15 13:26:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-15 13:26:43 +0000
commitb03ffffda63dd829c224cc7271024667e7ba68ae (patch)
treef11296841e47b4dd3d5572725c566fddc7be0dd2 /testing/hiawatha/fix-mbedtls-underlinking.patch
parent71ae6527c2727f9575f037d378546ff4276d2309 (diff)
downloadaports-b03ffffda63dd829c224cc7271024667e7ba68ae.tar.bz2
aports-b03ffffda63dd829c224cc7271024667e7ba68ae.tar.xz
testing/hiawatha: upgrade to 9.15
Diffstat (limited to 'testing/hiawatha/fix-mbedtls-underlinking.patch')
-rw-r--r--testing/hiawatha/fix-mbedtls-underlinking.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/testing/hiawatha/fix-mbedtls-underlinking.patch b/testing/hiawatha/fix-mbedtls-underlinking.patch
deleted file mode 100644
index bd2ec2f3c4..0000000000
--- a/testing/hiawatha/fix-mbedtls-underlinking.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- ./CMakeLists.txt.orig
-+++ ./CMakeLists.txt
-@@ -114,7 +114,7 @@
- #add_definitions(-DMBEDTLS_THREADING_PTHREAD -DMBEDTLS_THREADING_C)
- add_subdirectory(mbedtls)
- endif()
-- set(MBEDTLS_LIBRARY "mbedtls")
-+ set(MBEDTLS_LIBRARIES "mbedtls" "mbedx509" "mbedcrypto")
- endif()
-
- # Hiawatha
-@@ -144,8 +144,8 @@
- target_link_libraries(wigwam ${CRYPT_LIBRARY})
- target_link_libraries(hiawatha ${CRYPT_LIBRARY} pthread ${Z_LIBRARY})
- if(ENABLE_TLS)
-- target_link_libraries(hiawatha ${MBEDTLS_LIBRARY})
-- target_link_libraries(wigwam ${MBEDTLS_LIBRARY})
-+ target_link_libraries(hiawatha ${MBEDTLS_LIBRARIES})
-+ target_link_libraries(wigwam ${MBEDTLS_LIBRARIES})
- if(NOT USE_SYSTEM_MBEDTLS)
- set_target_properties(hiawatha PROPERTIES INSTALL_RPATH ${CMAKE_INSTALL_FULL_LIBDIR}/hiawatha)
- set_target_properties(wigwam PROPERTIES INSTALL_RPATH ${CMAKE_INSTALL_FULL_LIBDIR}/hiawatha)