diff options
author | Philip Blundell <pb@mill.internal.reciva.com> | 2008-10-27 11:23:36 +0000 |
---|---|---|
committer | Philip Blundell <pb@mill.internal.reciva.com> | 2008-10-27 11:23:36 +0000 |
commit | f6a927d799eb8ca05897ccd94e362cac2b8c2cc9 (patch) | |
tree | 8a735eead39ed349e3ac4f7e782f3bb2b47c1e19 /packages/glib-2.0/glib-2.0_2.16.4.bb | |
parent | 8f9b3ebf73ca0dc6b85f98288da78090c058688f (diff) |
glib-2.0: add workaround for compilation with -mthumb
Diffstat (limited to 'packages/glib-2.0/glib-2.0_2.16.4.bb')
-rw-r--r-- | packages/glib-2.0/glib-2.0_2.16.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/glib-2.0/glib-2.0_2.16.4.bb b/packages/glib-2.0/glib-2.0_2.16.4.bb index f70539f18e..215c8debc2 100644 --- a/packages/glib-2.0/glib-2.0_2.16.4.bb +++ b/packages/glib-2.0/glib-2.0_2.16.4.bb @@ -8,4 +8,5 @@ PR = "r0" 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://atomic-thumb.patch;patch=1 \ " |