fix: add cdrtools patch

This commit is contained in:
椰子 2024-06-09 23:37:28 +08:00
parent e15dc60bb1
commit db7c51f8f8

View File

@ -1,7 +1,16 @@
diff --git a/autoconf/configure b/autoconf/configure diff --git a/autoconf/configure b/autoconf/configure
index c2a0955..cae5cd1 100755 index c2a0955..29f5e66 100755
--- a/autoconf/configure --- a/autoconf/configure
+++ b/autoconf/configure +++ b/autoconf/configure
@@ -1216,7 +1216,7 @@ cat > conftest.$ac_ext << EOF
#line 1217 "configure"
#include "confdefs.h"
-main(){return(0);}
+int main(){return(0);}
EOF
if { eval echo configure:1222: \"$ac_link\" 1>&5; eval $ac_link 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_prog_cc_works=yes
@@ -1275,7 +1275,7 @@ if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then @@ -1275,7 +1275,7 @@ if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
else else
cat > conftest.c <<EOF cat > conftest.c <<EOF