diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-24 12:01:26 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-24 12:01:26 -0500 |
| commit | f41b836b772ca8a4d3a5c824e2d5a6c90bb5e5ff (patch) | |
| tree | 512cd6eeb21763ecb8d9bb67b2d22540e13129a7 /vendor/gmp-configure-fix.patch | |
| parent | 7d09323e379c3ce1ac5c476a09b4409f90d3a33d (diff) | |
Add rules for building depdendencies in static builds
Diffstat (limited to 'vendor/gmp-configure-fix.patch')
| -rw-r--r-- | vendor/gmp-configure-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/gmp-configure-fix.patch b/vendor/gmp-configure-fix.patch new file mode 100644 index 00000000..4810d138 --- /dev/null +++ b/vendor/gmp-configure-fix.patch @@ -0,0 +1,11 @@ +--- configure 2025-12-23 23:16:03.232370246 -0500 ++++ configure.fixed 2025-12-23 23:16:36.361925323 -0500 +@@ -6568,7 +6568,7 @@ + + #if defined (__GNUC__) && ! defined (__cplusplus) + typedef unsigned long long t1;typedef t1*t2; +-void g(){} ++void g(...){} + void h(){} + static __inline__ t1 e(t2 rp,t2 up,int n,t1 v0) + {t1 c,x,r;int i;if(v0){c=1;for(i=1;i<n;i++){x=up[i];r=x+1;rp[i]=r;}}return c;} |
