* Remove msysize patch by building for cygwin. * Backport weak symbol patch as with all gnulib users. * Add pgp key to validate source tarball.
13 lines
212 B
Diff
13 lines
212 B
Diff
--- a/m4/threadlib.m4
|
|
+++ b/m4/threadlib.m4
|
|
@@ -109,6 +109,9 @@
|
|
#pragma weak fputs
|
|
int main ()
|
|
{
|
|
+#ifdef __CYGWIN__
|
|
+ return 1;
|
|
+#endif
|
|
return (fputs == NULL);
|
|
}]])],
|
|
[gl_cv_have_weak=yes],
|