summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p
blob: 5b1cfd3ac2773260f3cf5431c490ff0bfcca5cb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- apps/speed.c.orig	2011-03-08 22:44:56.000000000 +0000
+++ apps/speed.c	2011-03-08 22:48:10.000000000 +0000
@@ -223,6 +223,10 @@
 #define NO_FORK
 #endif
 
+#ifdef OPENSSL_SYS_AMIGAOS4
+#undef SIGALRM
+#endif
+
 #undef BUFSIZE
 #define BUFSIZE	((long)1024*8+1)
 int run=0;