Add Fedora 40 patches for R 3.0.0 - R 4.0.2
This commit is contained in:
parent
847c05edb0
commit
204e27d0d6
34 changed files with 1044 additions and 0 deletions
26
builder/patches/R-3.0.0-fedora-40.patch
Normal file
26
builder/patches/R-3.0.0-fedora-40.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
diff --git a/configure b/configure
|
||||
index 6aea90a..add4f05 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -33626,7 +33626,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -33690,9 +33690,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
26
builder/patches/R-3.0.1-fedora-40.patch
Normal file
26
builder/patches/R-3.0.1-fedora-40.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
diff --git a/configure b/configure
|
||||
index 6aea90a..add4f05 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -33626,7 +33626,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -33690,9 +33690,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
26
builder/patches/R-3.0.2-fedora-40.patch
Normal file
26
builder/patches/R-3.0.2-fedora-40.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
diff --git a/configure b/configure
|
||||
index 6aea90a..add4f05 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -33626,7 +33626,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -33690,9 +33690,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
26
builder/patches/R-3.0.3-fedora-40.patch
Normal file
26
builder/patches/R-3.0.3-fedora-40.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
diff --git a/configure b/configure
|
||||
index 6aea90a..add4f05 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -33626,7 +33626,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -33690,9 +33690,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
26
builder/patches/R-3.1.0-fedora-40.patch
Normal file
26
builder/patches/R-3.1.0-fedora-40.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
diff --git a/configure b/configure
|
||||
index dfe3b71..a9a6790 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -34117,7 +34117,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -34181,9 +34181,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
26
builder/patches/R-3.1.1-fedora-40.patch
Normal file
26
builder/patches/R-3.1.1-fedora-40.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
diff --git a/configure b/configure
|
||||
index dfe3b71..a9a6790 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -34117,7 +34117,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -34181,9 +34181,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
26
builder/patches/R-3.1.2-fedora-40.patch
Normal file
26
builder/patches/R-3.1.2-fedora-40.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
diff --git a/configure b/configure
|
||||
index dfe3b71..a9a6790 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -34117,7 +34117,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -34181,9 +34181,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
26
builder/patches/R-3.1.3-fedora-40.patch
Normal file
26
builder/patches/R-3.1.3-fedora-40.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
diff --git a/configure b/configure
|
||||
index dfe3b71..a9a6790 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -34117,7 +34117,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -34181,9 +34181,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
26
builder/patches/R-3.2.0-fedora-40.patch
Normal file
26
builder/patches/R-3.2.0-fedora-40.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
diff --git a/configure b/configure
|
||||
index b9d91b7..a61cfe4 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -34212,7 +34212,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -34276,9 +34276,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
26
builder/patches/R-3.2.1-fedora-40.patch
Normal file
26
builder/patches/R-3.2.1-fedora-40.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
diff --git a/configure b/configure
|
||||
index b9d91b7..a61cfe4 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -34212,7 +34212,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -34276,9 +34276,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
26
builder/patches/R-3.2.2-fedora-40.patch
Normal file
26
builder/patches/R-3.2.2-fedora-40.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
diff --git a/configure b/configure
|
||||
index b9d91b7..a61cfe4 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -34212,7 +34212,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -34276,9 +34276,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
26
builder/patches/R-3.2.3-fedora-40.patch
Normal file
26
builder/patches/R-3.2.3-fedora-40.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
diff --git a/configure b/configure
|
||||
index b9d91b7..a61cfe4 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -34212,7 +34212,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -34276,9 +34276,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
26
builder/patches/R-3.2.4-fedora-40.patch
Normal file
26
builder/patches/R-3.2.4-fedora-40.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
diff --git a/configure b/configure
|
||||
index b9d91b7..a61cfe4 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -34212,7 +34212,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -34276,9 +34276,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
26
builder/patches/R-3.2.5-fedora-40.patch
Normal file
26
builder/patches/R-3.2.5-fedora-40.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
diff --git a/configure b/configure
|
||||
index b9d91b7..a61cfe4 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -34212,7 +34212,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -34276,9 +34276,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
34
builder/patches/R-3.3.0-fedora-40.patch
Normal file
34
builder/patches/R-3.3.0-fedora-40.patch
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
diff --git a/configure b/configure
|
||||
index 8dfd4b6..88f4e07 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -35612,7 +35612,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -35673,9 +35673,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
@@ -36251,6 +36253,7 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
||||
+#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <curl/curl.h>
|
||||
int main()
|
||||
34
builder/patches/R-3.3.1-fedora-40.patch
Normal file
34
builder/patches/R-3.3.1-fedora-40.patch
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
diff --git a/configure b/configure
|
||||
index 8dfd4b6..88f4e07 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -35612,7 +35612,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -35673,9 +35673,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
@@ -36251,6 +36253,7 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
||||
+#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <curl/curl.h>
|
||||
int main()
|
||||
34
builder/patches/R-3.3.2-fedora-40.patch
Normal file
34
builder/patches/R-3.3.2-fedora-40.patch
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
diff --git a/configure b/configure
|
||||
index 8dfd4b6..88f4e07 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -35612,7 +35612,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -35673,9 +35673,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
@@ -36251,6 +36253,7 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
||||
+#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <curl/curl.h>
|
||||
int main()
|
||||
34
builder/patches/R-3.3.3-fedora-40.patch
Normal file
34
builder/patches/R-3.3.3-fedora-40.patch
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
diff --git a/configure b/configure
|
||||
index 8dfd4b6..88f4e07 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -35612,7 +35612,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -35673,9 +35673,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
@@ -36251,6 +36253,7 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
||||
+#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <curl/curl.h>
|
||||
int main()
|
||||
34
builder/patches/R-3.4.0-fedora-40.patch
Normal file
34
builder/patches/R-3.4.0-fedora-40.patch
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
diff --git a/configure b/configure
|
||||
index a314719..a59cda1 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -40433,7 +40433,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -40494,9 +40494,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
@@ -41072,6 +41074,7 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
||||
+#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <curl/curl.h>
|
||||
int main()
|
||||
34
builder/patches/R-3.4.1-fedora-40.patch
Normal file
34
builder/patches/R-3.4.1-fedora-40.patch
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
diff --git a/configure b/configure
|
||||
index a314719..a59cda1 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -40433,7 +40433,7 @@ char BZ2_bzlibVersion ();
|
||||
|
||||
#endif
|
||||
int
|
||||
-main ()
|
||||
+main (void)
|
||||
{
|
||||
return BZ2_bzlibVersion ();
|
||||
;
|
||||
@@ -40494,9 +40494,11 @@ else
|
||||
/* end confdefs.h. */
|
||||
|
||||
#ifdef HAVE_BZLIB_H
|
||||
+#include <stdlib.h> // for exit
|
||||
+#include <string.h> // for strcmp
|
||||
#include <bzlib.h>
|
||||
#endif
|
||||
-int main() {
|
||||
+int main(void) {
|
||||
char *ver = BZ2_bzlibVersion();
|
||||
exit(strcmp(ver, "1.0.6") < 0);
|
||||
}
|
||||
@@ -41072,6 +41074,7 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
||||
+#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <curl/curl.h>
|
||||
int main()
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue