packages: glibc/glibc-Os-fail-workaround.patch (NEW) - NEW: workaround/hack...

sparky sparky at pld-linux.org
Sun Feb 6 20:04:47 CET 2011


Author: sparky                       Date: Sun Feb  6 19:04:47 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- NEW: workaround/hack for build failing with -Os optimization

---- Files affected:
packages/glibc:
   glibc-Os-fail-workaround.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/glibc/glibc-Os-fail-workaround.patch
diff -u /dev/null packages/glibc/glibc-Os-fail-workaround.patch:1.1
--- /dev/null	Sun Feb  6 20:04:47 2011
+++ packages/glibc/glibc-Os-fail-workaround.patch	Sun Feb  6 20:04:42 2011
@@ -0,0 +1,14 @@
+--- glibc-2.13/sysdeps/unix/sysv/linux/faccessat.c~	2011-02-06 19:53:12.355202896 +0100
++++ glibc-2.13/sysdeps/unix/sysv/linux/faccessat.c	2011-02-06 19:53:14.418536233 +0100
+@@ -17,6 +17,11 @@
+    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+    02111-1307 USA.  */
+ 
++#ifndef __USE_EXTERN_INLINES
++# define __USE_EXTERN_INLINES
++# include <sys/stat.h>
++# undef __USE_EXTERN_INLINES
++#endif
+ #include <errno.h>
+ #include <fcntl.h>
+ #include <stddef.h>
================================================================


More information about the pld-cvs-commit mailing list