summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-09-15 02:03:58 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-09-15 02:03:58 +0000
commitcb42ec588c4dd9e729eca5efc760ee6e7e4012c1 (patch)
tree80d48513132434e092dac4cd87146bf248f2b3bd /gdk-pixbuf
parent59207896851a3bc0cb46761d1baab0f478a65edb (diff)
downloadgdk-pixbuf-cb42ec588c4dd9e729eca5efc760ee6e7e4012c1.tar.gz
New option --disable-visibility to disable the use of ELF visibility
Tue Sep 14 22:01:49 2004 Matthias Clasen <maclas@gmx.de> * configure.in: New option --disable-visibility to disable the use of ELF visibility attributes for PLT reduction. * gtk/makegtkalias.pl: * gdk/makegdkalias.pl: Respect the DISABLE_VISIBILITY define.
Diffstat (limited to 'gdk-pixbuf')
-rwxr-xr-xgdk-pixbuf/makegdkpixbufalias.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdk-pixbuf/makegdkpixbufalias.pl b/gdk-pixbuf/makegdkpixbufalias.pl
index 1c384bf3b..6833e6cc9 100755
--- a/gdk-pixbuf/makegdkpixbufalias.pl
+++ b/gdk-pixbuf/makegdkpixbufalias.pl
@@ -3,6 +3,8 @@
print <<EOF;
/* Generated by makegdkpixbufalias.pl */
+#ifndef DISABLE_VISIBILITY
+
#include <glib.h>
#ifdef G_HAVE_GNUC_VISIBILITY
@@ -99,6 +101,8 @@ print <<EOF;
#endif
#endif /* G_HAVE_GNUC_VISIBILITY */
+
+#endif /* DISABLE_VISIBILITY */
EOF