--- gnome-settings-daemon-2.30.0/configure.ac-orig 2012-03-10 11:44:34.949942757 -0600 +++ gnome-settings-daemon-2.30.0/configure.ac 2012-03-10 11:44:49.297274704 -0600 @@ -71,7 +71,7 @@ PKG_CHECK_MODULES(SETTINGS_PLUGIN, dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION ) -GSD_PLUGIN_LDFLAGS="-export_dynamic -module -avoid-version -no-undefined" +GSD_PLUGIN_LDFLAGS="-export_dynamic -module -avoid-version -no-undefined -Wl,-M,../../mapfile-gsd" case $host_os in darwin*) GSD_PLUGIN_LDFLAGS="${GSD_PLUGIN_LDFLAGS} -Wl,-bundle_loader,\$(top_builddir)/gnome-settings-daemon/gnome-settings-daemon" --- /dev/null 2011-08-24 09:21:19.000000000 -0500 +++ gnome-settings-daemon-2.30.0/mapfile-gsd 2011-08-23 16:00:23.238440669 -0500 @@ -0,0 +1,30 @@ +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# +# ident "@(#)mapfile-libsqlite3 1.4 09/06/05 SMI" +# +# Defines the public interface to gnome_settings_plugin_get_type +# +{ + global: + gnome_settings_plugin_get_type = FUNCTION extern; +};