diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-06-01 09:49:24 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-06-01 09:49:24 +0000 |
commit | b5b0381cbb23537ed150511741d51c7095dcf252 (patch) | |
tree | 0d351fc4b9d46430a3bd5ecc088ab352d9a1d51e /package/libs/polarssl/patches/100-disable-testsuites.patch | |
parent | d866ee2e30ed46980fc51f2e92451755d9cad72a (diff) | |
download | mtk-20170518-b5b0381cbb23537ed150511741d51c7095dcf252.zip mtk-20170518-b5b0381cbb23537ed150511741d51c7095dcf252.tar.gz mtk-20170518-b5b0381cbb23537ed150511741d51c7095dcf252.tar.bz2 |
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.patch | 21 |
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 cf9485e..0000000 --- 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) |