Date: Tue, 11 Dec 2001 20:51:10 -0800 (PST) From: Maxim Sobolev <sobomax@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/glib12 Makefile ports/devel/glib12/files patch-gmodule::gmodule-dl.c Message-ID: <200112120451.fBC4pAh20513@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2001/12/11 20:51:10 PST Modified files: devel/glib12 Makefile Added files: devel/glib12/files patch-gmodule::gmodule-dl.c Log: Smash a compatibility bug in g_module_open(). It seems that unlike Linux one, FreeBSD's dlopen(NULL, ...) doesn't return a handle useable for resolving symbols in both the program itself and all modules it dlopen'ed. Instead, when requested for a self handle return RTLD_DEFAULT, which seems closely matches dlopen(NULL, ...) in Linux. Bump PORTREVISION. Recommended update for all GNOME/GTK users. Inspired by: John Merryweather Cooper <john_m_cooper@yahoo.com> Revision Changes Path 1.46 +1 -1 ports/devel/glib12/Makefile 1.1 +23 -0 ports/devel/glib12/files/patch-gmodule::gmodule-dl.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112120451.fBC4pAh20513>