aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/polarssl/patches/100-disable-testsuites.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-30 20:07:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-01-30 20:07:04 +0000
commitb848a1931381ac41dc9b112723dd9a97cff34d57 (patch)
tree0d6d2e71e65deceb2010bce8baebe4caca656eb4 /package/libs/polarssl/patches/100-disable-testsuites.patch
parent07903f3b93f545ae4970b8d24d8992e5c7eeed72 (diff)
downloadmaster-187ad058-b848a1931381ac41dc9b112723dd9a97cff34d57.tar.gz
master-187ad058-b848a1931381ac41dc9b112723dd9a97cff34d57.tar.bz2
master-187ad058-b848a1931381ac41dc9b112723dd9a97cff34d57.zip
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.patch21
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)