aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/polarssl/patches/100-disable-testsuites.patch
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-06-01 09:49:24 +0000
committerSteven Barth <cyrus@openwrt.org>2014-06-01 09:49:24 +0000
commitb5b0381cbb23537ed150511741d51c7095dcf252 (patch)
tree0d351fc4b9d46430a3bd5ecc088ab352d9a1d51e /package/libs/polarssl/patches/100-disable-testsuites.patch
parentd866ee2e30ed46980fc51f2e92451755d9cad72a (diff)
downloadupstream-b5b0381cbb23537ed150511741d51c7095dcf252.tar.gz
upstream-b5b0381cbb23537ed150511741d51c7095dcf252.tar.bz2
upstream-b5b0381cbb23537ed150511741d51c7095dcf252.zip
polarssl: bump to 1.3.7
SVN-Revision: 40892
Diffstat (limited to 'package/libs/polarssl/patches/100-disable-testsuites.patch')
-rw-r--r--package/libs/polarssl/patches/100-disable-testsuites.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/libs/polarssl/patches/100-disable-testsuites.patch b/package/libs/polarssl/patches/100-disable-testsuites.patch
deleted file mode 100644
index cf9485e6c7..0000000000
--- a/package/libs/polarssl/patches/100-disable-testsuites.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -38,7 +38,7 @@ add_subdirectory(library)
- add_subdirectory(include)
-
- if(CMAKE_COMPILER_IS_GNUCC)
-- add_subdirectory(tests)
-+# add_subdirectory(tests)
- endif(CMAKE_COMPILER_IS_GNUCC)
-
- add_subdirectory(programs)
---- a/programs/CMakeLists.txt
-+++ b/programs/CMakeLists.txt
-@@ -3,6 +3,6 @@ add_subdirectory(hash)
- add_subdirectory(pkey)
- add_subdirectory(random)
- add_subdirectory(ssl)
--add_subdirectory(test)
-+#add_subdirectory(test)
- add_subdirectory(x509)
- add_subdirectory(util)