diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2008-03-21 15:32:51 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2008-03-21 15:32:51 +0000 |
commit | 9c6043280dda581f25c502be1c776babf4ec51f3 (patch) | |
tree | f523aa3b6deb00fe4e39635b99e11b89a8464b48 /packages/glib-2.0/glib-2.0_2.16.1.bb | |
parent | 9e36ae107209a43916609aea9a39faa10a1331ad (diff) |
glib-2.0-2.16.1: apply the gcc-4.2-inline-fix again
* it's supposedly applied upstream, but it doesn't work:
s/__GNUC_STDC_INLINE__/__GNUC_GNU_INLINE__/ makes the difference.
Diffstat (limited to 'packages/glib-2.0/glib-2.0_2.16.1.bb')
-rw-r--r-- | packages/glib-2.0/glib-2.0_2.16.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/glib-2.0/glib-2.0_2.16.1.bb b/packages/glib-2.0/glib-2.0_2.16.1.bb index 08ff056c80..111b3f59e3 100644 --- a/packages/glib-2.0/glib-2.0_2.16.1.bb +++ b/packages/glib-2.0/glib-2.0_2.16.1.bb @@ -3,4 +3,5 @@ require glib.inc SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.16/glib-${PV}.tar.bz2 \ file://glibconfig-sysdefs.h \ file://configure-libtool.patch;patch=1 \ + file://gcc-4.2-inline-fix.patch;patch=1 \ " |