]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- NEW: workaround/hack for build failing with -Os optimization
authorsparky <sparky@pld-linux.org>
Sun, 6 Feb 2011 19:04:42 +0000 (19:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-Os-fail-workaround.patch -> 1.1

glibc-Os-fail-workaround.patch [new file with mode: 0644]

diff --git a/glibc-Os-fail-workaround.patch b/glibc-Os-fail-workaround.patch
new file mode 100644 (file)
index 0000000..3678cbc
--- /dev/null
@@ -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>
This page took 0.038615 seconds and 4 git commands to generate.