diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-30 20:07:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-30 20:07:04 +0000 |
commit | e4e460afb59bb3a5f0187d21a7bf777860fef514 (patch) | |
tree | 1f76ddb1e3eada58d4d8973f37f01893c8e77b1a /package/libs/polarssl/patches/100-disable-testsuites.patch | |
parent | 5ff55bf404de4fd422d38e2af01c89478f30f3d3 (diff) | |
download | mtk-20170518-e4e460afb59bb3a5f0187d21a7bf777860fef514.zip mtk-20170518-e4e460afb59bb3a5f0187d21a7bf777860fef514.tar.gz mtk-20170518-e4e460afb59bb3a5f0187d21a7bf777860fef514.tar.bz2 |
polarssl: add from /packages, update to 1.2.4, fix openssl compatibility
SVN-Revision: 35411
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 0000000..cf9485e --- /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) |