Added gtk+ recipe for maemo-gtk changes
[oespirit1] / libosso / no-hidden.patch
1 diff --git a/libosso-2.19.orig/src/osso-init.c b/libosso-2.19/src/osso-init.c
2 index 9d9c624..90f621e 100644
3 --- libosso-2.19/src/osso-init.c
4 +++ libosso-2.19/src/osso-init.c
5 @@ -717,8 +717,11 @@ _msg_handler(DBusConnection *conn, DBusMessage *msg, void *data)
6      return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
7  }
8  
9 -inline int __attribute__ ((visibility("hidden")))
10 -muali_convert_msgtype(int t)
11 +/*inline int __attribute__ ((visibility("hidden")))*/
12 +/* 29/05/09 17:22:48  Kirtika B Ruchandani <kirtibr@gmail.com> 
13 + * Attribute hidden breaks build at link stage 
14 + */
15 +inline int muali_convert_msgtype(int t)
16  {
17      switch (t) {
18              case DBUS_MESSAGE_TYPE_METHOD_CALL:
19 diff --git a/libosso-2.19.orig/src/osso-rpc.c b/libosso-2.19/src/osso-rpc.c
20 index 9b1cde4..21aea9a 100644
21 --- libosso-2.19/src/osso-rpc.c
22 +++ libosso-2.19/src/osso-rpc.c
23 @@ -1026,7 +1026,10 @@ _muali_parse_id(const char *id, muali_bus_type *bus, char *sender,
24          *serial = atoi(buf);
25  }
26  
27 -inline void __attribute__ ((visibility("hidden")))
28 +/*inline void __attribute__ ((visibility("hidden")))*/
29 +/*29/05/09 17:25:57  Kirtika B Ruchandani <kirtibr@gmail.com> 
30 + *Attribute hidden breaks build at link stage
31 + */
32  _muali_make_id(muali_bus_type bus, const char *sender, int serial, char *id)
33  {
34          snprintf(id, MAX_MSGID_LEN, "%d,%s,%d", bus, sender, serial);
35