summaryrefslogtreecommitdiffstats
path: root/extra/pth/pth-2.0.6-sigstack.patch
blob: 3914dea7ac6cb83da66ad694e3c9d7c56851bedb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff -urNp pth-2.0.6.old/aclocal.m4 pth-2.0.6/aclocal.m4
--- pth-2.0.6.old/aclocal.m4	2004-12-31 21:33:19.000000000 +0200
+++ pth-2.0.6/aclocal.m4	2006-09-20 14:46:59.000000000 +0300
@@ -1522,6 +1522,7 @@ int main(int argc, char *argv[])
     int sksize;
     char result[1024];
     int i;
+exit (1);
     sksize = 32768;
     skbuf = (char *)malloc(sksize*2+2*sizeof(union alltypes));
     if (skbuf == NULL)
diff -urNp pth-2.0.6.old/configure pth-2.0.6/configure
--- pth-2.0.6.old/configure	2005-11-22 09:49:21.000000000 +0200
+++ pth-2.0.6/configure	2006-09-20 14:55:23.000000000 +0300
@@ -24735,6 +24735,7 @@ int main(int argc, char *argv[])
     int sksize;
     char result[1024];
     int i;
+exit (1);
     sksize = 32768;
     skbuf = (char *)malloc(sksize*2+2*sizeof(union alltypes));
     if (skbuf == NULL)