summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+-2.6.4-1.osso7/000_gtk+-2.0.6-exportsymbols.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gtk+/gtk+-2.6.4-1.osso7/000_gtk+-2.0.6-exportsymbols.patch')
-rw-r--r--meta/packages/gtk+/gtk+-2.6.4-1.osso7/000_gtk+-2.0.6-exportsymbols.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/packages/gtk+/gtk+-2.6.4-1.osso7/000_gtk+-2.0.6-exportsymbols.patch b/meta/packages/gtk+/gtk+-2.6.4-1.osso7/000_gtk+-2.0.6-exportsymbols.patch
new file mode 100644
index 0000000000..736473696f
--- /dev/null
+++ b/meta/packages/gtk+/gtk+-2.6.4-1.osso7/000_gtk+-2.0.6-exportsymbols.patch
@@ -0,0 +1,26 @@
1diff -ruN gtk+-2.0.6.orig/configure gtk+-2.0.6/configure
2--- gtk+-2.0.6.orig/configure 2002-08-31 03:49:07.000000000 +0900
3+++ gtk+-2.0.6/configure 2002-08-31 03:52:45.000000000 +0900
4@@ -7904,7 +7904,8 @@
5 if test "$os_win32" != yes; then
6 # libtool option to control which symbols are exported
7 # right now, symbols starting with _ are not exported
8- LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[^_].*"'
9+ # Disabled until -export-symbols-regex works (RH patch)
10+ LIBTOOL_EXPORT_OPTIONS=
11 else
12 # We currently use .def files on Windows (for gdk-pixbuf, gdk and gtk)
13 LIBTOOL_EXPORT_OPTIONS=
14diff -ruN gtk+-2.0.6.orig/configure.in gtk+-2.0.6/configure.in
15--- gtk+-2.0.6.orig/configure.in 2002-08-31 03:49:07.000000000 +0900
16+++ gtk+-2.0.6/configure.in 2002-08-31 03:51:22.000000000 +0900
17@@ -273,7 +273,8 @@
18 if test "$os_win32" != yes; then
19 # libtool option to control which symbols are exported
20 # right now, symbols starting with _ are not exported
21- LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[[^_]].*"'
22+ # Disabled until -export-symbols-regex works (RH patch)
23+ LIBTOOL_EXPORT_OPTIONS=
24 else
25 # We currently use .def files on Windows (for gdk-pixbuf, gdk and gtk)
26 LIBTOOL_EXPORT_OPTIONS=