]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- workaround for invalid config.cache fetch
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 5 Jan 2009 16:20:48 +0000 (16:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-cv_gnu89_inline.patch -> 1.1

glibc-cv_gnu89_inline.patch [new file with mode: 0644]

diff --git a/glibc-cv_gnu89_inline.patch b/glibc-cv_gnu89_inline.patch
new file mode 100644 (file)
index 0000000..4f57116
--- /dev/null
@@ -0,0 +1,11 @@
+--- glibc-2.9/configure.in~    2008-11-14 21:25:46.000000000 +0200
++++ glibc-2.9/configure.in     2009-01-05 18:03:46.169335285 +0200
+@@ -1664,7 +1664,7 @@
+   libc_cv_gnu89_inline=no
+ fi
+ rm -f conftest*])
+-if test $libc_cv_gnu89_inline = yes; then
++if test "$libc_cv_gnu89_inline" != no; then
+   libc_cv_gnu89_inline=-fgnu89-inline
+ else
+   libc_cv_gnu89_inline=
This page took 0.294936 seconds and 4 git commands to generate.