From 95efeafc86f47592b37c44f2f7314324cc04250d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 2 Sep 2005 11:50:01 +0000 Subject: Add gtk+, avahi, dbus-0.34 (.36 coming soon) and dependencies. Fix x11-common breakage. git-svn-id: https://svn.o-hand.com/repos/poky@13 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../000_gtk+-2.0.6-exportsymbols.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 openembedded/packages/gtk+/gtk+-2.6.4-1.osso7/000_gtk+-2.0.6-exportsymbols.patch (limited to 'openembedded/packages/gtk+/gtk+-2.6.4-1.osso7/000_gtk+-2.0.6-exportsymbols.patch') diff --git a/openembedded/packages/gtk+/gtk+-2.6.4-1.osso7/000_gtk+-2.0.6-exportsymbols.patch b/openembedded/packages/gtk+/gtk+-2.6.4-1.osso7/000_gtk+-2.0.6-exportsymbols.patch new file mode 100644 index 000000000..736473696 --- /dev/null +++ b/openembedded/packages/gtk+/gtk+-2.6.4-1.osso7/000_gtk+-2.0.6-exportsymbols.patch @@ -0,0 +1,26 @@ +diff -ruN gtk+-2.0.6.orig/configure gtk+-2.0.6/configure +--- gtk+-2.0.6.orig/configure 2002-08-31 03:49:07.000000000 +0900 ++++ gtk+-2.0.6/configure 2002-08-31 03:52:45.000000000 +0900 +@@ -7904,7 +7904,8 @@ + if test "$os_win32" != yes; then + # libtool option to control which symbols are exported + # right now, symbols starting with _ are not exported +- LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[^_].*"' ++ # Disabled until -export-symbols-regex works (RH patch) ++ LIBTOOL_EXPORT_OPTIONS= + else + # We currently use .def files on Windows (for gdk-pixbuf, gdk and gtk) + LIBTOOL_EXPORT_OPTIONS= +diff -ruN gtk+-2.0.6.orig/configure.in gtk+-2.0.6/configure.in +--- gtk+-2.0.6.orig/configure.in 2002-08-31 03:49:07.000000000 +0900 ++++ gtk+-2.0.6/configure.in 2002-08-31 03:51:22.000000000 +0900 +@@ -273,7 +273,8 @@ + if test "$os_win32" != yes; then + # libtool option to control which symbols are exported + # right now, symbols starting with _ are not exported +- LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[[^_]].*"' ++ # Disabled until -export-symbols-regex works (RH patch) ++ LIBTOOL_EXPORT_OPTIONS= + else + # We currently use .def files on Windows (for gdk-pixbuf, gdk and gtk) + LIBTOOL_EXPORT_OPTIONS= -- cgit v1.2.3