On 18 March 2016 at 09:01, Hongxu Jia <hongxu.jia@windriver.com> wrote:
In ${S}/gconf/gconfd.c, we have:
...
/* -- Debug only */
if (addresses == NULL)
{
gconf_log(GCL_DEBUG, _("gconfd compiled with debugging; trying to load gconf.path from the source directory"));
conffile = g_strconcat(GCONF_SRCDIR, "/gconf/gconf.path", NULL);
addresses = gconf_load_source_path(conffile, NULL);
g_free(conffile);
}
/* -- End of Debug Only */
This seems like a lot of effort to remove a build path from the binaries. Can we just disable the debugging support instead? GConf is effectively unmaintained these days anyway.
Ross