aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/polarssl/patches/100-disable-testsuites.patch
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-06-01 09:49:24 +0000
committerSteven Barth <steven@midlink.org>2014-06-01 09:49:24 +0000
commit37283acb8406c861acbb7b27ebe3a9ecf65cedf7 (patch)
treed5cad32f8646b319b40fb800c19a01509bd3f28e /package/libs/polarssl/patches/100-disable-testsuites.patch
parent0fab8e45b6cf13568ad666c4c098bb5c12ac8877 (diff)
downloadmaster-187ad058-37283acb8406c861acbb7b27ebe3a9ecf65cedf7.tar.gz
master-187ad058-37283acb8406c861acbb7b27ebe3a9ecf65cedf7.tar.bz2
master-187ad058-37283acb8406c861acbb7b27ebe3a9ecf65cedf7.zip
polarssl: bump to 1.3.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40892 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)