فهرست منبع

rarpd: bugfix for gcc 15.x

Waldemar Brodkorb 3 ماه پیش
والد
کامیت
948eb4bbf9
1فایلهای تغییر یافته به همراه11 افزوده شده و 0 حذف شده
  1. 11 0
      package/rarpd/patches/patch-configure

+ 11 - 0
package/rarpd/patches/patch-configure

@@ -0,0 +1,11 @@
+--- rarpd-1.1.orig/configure	1999-11-17 01:51:51.000000000 +0100
++++ rarpd-1.1/configure	2026-05-21 10:15:09.160728753 +0200
+@@ -922,7 +922,7 @@ cat > conftest.$ac_ext << EOF
+ #line 923 "configure"
+ #include "confdefs.h"
+ 
+-main(){return(0);}
++int main(){return(0);}
+ EOF
+ if { (eval echo configure:928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+   ac_cv_prog_cc_works=yes