000_gtk+-2.0.6-exportsymbols.patch 1.2 KB

1234567891011121314151617181920212223242526
  1. diff -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=
  14. diff -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=