diff options
author | Eric Andersen <andersen@codepoet.org> | 2007-01-14 23:26:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2007-01-14 23:26:15 +0000 |
commit | 9524e48516edc5b2bd102218c4c5234f66de46e1 (patch) | |
tree | a4068b89f5e85fa12e6a85c4c3ee93d2e2898fe2 /package/libgtk2/000_gtk+-2.0.6-exportsymbols.patch | |
parent | a461faf1ee09deaf662a45338be1e41a3249a077 (diff) | |
download | buildroot-novena-9524e48516edc5b2bd102218c4c5234f66de46e1.tar.gz buildroot-novena-9524e48516edc5b2bd102218c4c5234f66de46e1.zip |
fix build and ensure we install needed runtime components
Diffstat (limited to 'package/libgtk2/000_gtk+-2.0.6-exportsymbols.patch')
-rw-r--r-- | package/libgtk2/000_gtk+-2.0.6-exportsymbols.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/package/libgtk2/000_gtk+-2.0.6-exportsymbols.patch b/package/libgtk2/000_gtk+-2.0.6-exportsymbols.patch new file mode 100644 index 000000000..736473696 --- /dev/null +++ b/package/libgtk2/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= |