Subject: CVS commit: pkgsrc/devel/glib
To: None <pkgsrc-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: pkgsrc-changes
Date: 03/04/2003 21:23:18
Module Name:	pkgsrc
Committed By:	nathanw
Date:		Tue Mar  4 19:23:18 UTC 2003

Modified Files:
	pkgsrc/devel/glib: Makefile

Log Message:
Pre-set the value of the configure test glib_cv_rtldglobal_broken to
avoid running the test. The test, which calls dlopen("libpthread.so"),
fails on NetBSD for reasons unrelated to what it is trying to detect,
glib concludes that RTLD_GLOBAL is broken, and gmodule doesn't work.

This method of fooling configure suggested by Ron Roskens on tech-pkg.

Addresses PR pkg/20050 ("galeon fails to load at run-time").


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 pkgsrc/devel/glib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.