Subject: Re: devel/glib workaround
To: Nathan J. Williams <nathanw@wasabisystems.com>
From: Lubomir Sedlacik <salo@Xtrmntr.org>
List: tech-pkg
Date: 02/25/2003 19:56:08
--pvezYHf7grwyp3Bc
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Feb 25, 2003 at 01:14:19PM -0500, Nathan J. Williams wrote:
>=20
> The patches are attached; comments requested.

it's preferred to avoid dependency on auto* tools unless it's really
necessary.  remove the check from configure instead and integrate it
into existing patch-ad (or just make the test return needed value, e.g.

--- configure.orig	2001-03-15 16:44:01.000000000 +0100
+++ configure	2003-02-25 19:37:01.000000000 +0100
@@ -4442,7 +4442,7 @@
 fi
=20
 echo "$ac_t""$glib_cv_rtldglobal_broken" 1>&6
-        if test "x$glib_cv_rtldglobal_broken" =3D "xyes"; then
+        if test "xno" =3D "xyes"; then
                 G_MODULE_BROKEN_RTLD_GLOBAL=3D1
         else
                 G_MODULE_BROKEN_RTLD_GLOBAL=3D0


regards,

--=20
-- Lubomir Sedlacik <salo@Xtrmntr.org>                   --
--                  <salo@silcnet.org>                   --

--pvezYHf7grwyp3Bc
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (NetBSD)

iD8DBQE+W7xIiwjDDlS8cmMRAnfoAJ9FQ5Z4AYENUXUxYyBTiL0Mk5yv5wCfYW9w
UJOo3G86LyDYKzSEbEbVVik=
=V/jv
-----END PGP SIGNATURE-----

--pvezYHf7grwyp3Bc--