glibc build doesn't like LD_LIBRARY_PATH

elaine forbes elaine at fwsystems.com
Fri Mar 14 04:55:58 GMT 2003


Lunar sets  in /etc/profile.d/gpgme when installing and niki and Moe both
seem to have hit this.

...
checking LD_LIBRARY_PATH variable... contains current directory
configure: error:
...

As an aside, I'm dubious on the merit of the many modules setting global
shell envs in /etc/profile.d/* -- 


elaine

Trivial patch should fix it:

--- libs/glibc/BUILD.orig       2003-03-14 04:35:14.000000000 -0500
+++ libs/glibc/BUILD    2003-03-14 04:35:46.000000000 -0500
@@ -8,6 +8,7 @@

   # Don't allow too much damage
   unset CFLAGS CXXFLAGS CPPFLAGS
+  unset LD_LIBRARY_PATH
   export CC=gcc

   # Don't fully strip libc


As I can't verify this works, perhaps someone wants to test or just bump


More information about the Lunar mailing list