diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-30 20:07:04 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-30 20:07:04 +0000 |
commit | 36183f83dc4dd26ddb8c060e2f2c5bef13039632 (patch) | |
tree | 0d6d2e71e65deceb2010bce8baebe4caca656eb4 /package/libs/polarssl/patches/100-disable-testsuites.patch | |
parent | 35082b76a007061c3c0dd52654e6dbbfcd332247 (diff) |
polarssl: add from /packages, update to 1.2.4, fix openssl compatibility
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35411 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.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/package/libs/polarssl/patches/100-disable-testsuites.patch b/package/libs/polarssl/patches/100-disable-testsuites.patch new file mode 100644 index 0000000000..cf9485e6c7 --- /dev/null +++ b/package/libs/polarssl/patches/100-disable-testsuites.patch @@ -0,0 +1,21 @@ +--- 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) |