2 changed files with 42 additions and 1 deletions
@ -0,0 +1,39 @@
|
||||
Index: configure
|
||||
--- configure.orig 2003-10-31 09:57:22.000000000 +0100
|
||||
+++ configure 2003-10-31 10:00:48.000000000 +0100
|
||||
@@ -2716,7 +2716,7 @@
|
||||
_ACEOF
|
||||
|
||||
;;
|
||||
- *-solaris2.1*)
|
||||
+ *-solaris2.1 | *-solaris2.1.*)
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define STUPID_SOLARIS_CHECKSUM_BUG 1
|
||||
_ACEOF
|
||||
@@ -2726,7 +2726,7 @@
|
||||
_ACEOF
|
||||
|
||||
;;
|
||||
- *-solaris2.2*)
|
||||
+ *-solaris2.2 | *-solaris2.2.*)
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define STUPID_SOLARIS_CHECKSUM_BUG 1
|
||||
_ACEOF
|
||||
@@ -2736,7 +2736,7 @@
|
||||
_ACEOF
|
||||
|
||||
;;
|
||||
- *-solaris2.3*)
|
||||
+ *-solaris2.3 | *-solaris2.3.*)
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define STUPID_SOLARIS_CHECKSUM_BUG 1
|
||||
_ACEOF
|
||||
@@ -2746,7 +2746,7 @@
|
||||
_ACEOF
|
||||
|
||||
;;
|
||||
- *-solaris2.4*)
|
||||
+ *-solaris2.4 | *-solaris2.4.*)
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define STUPID_SOLARIS_CHECKSUM_BUG 1
|
||||
_ACEOF
|
||||
Loading…
Reference in new issue