1.0.45.9: fix building on recent linux
commit210a34a1509426a3306fdc1c3cc69142967712b6
authorCyrus Harmon <ch-sbcl@bobobeach.com>
Thu, 20 Jan 2011 18:21:37 +0000 (20 18:21 +0000)
committerCyrus Harmon <ch-sbcl@bobobeach.com>
Thu, 20 Jan 2011 18:21:37 +0000 (20 18:21 +0000)
treecba26317d0c3f49c2a1dde7e181c6f2b27a22613
parente1d2a68a231216056e69bc1feba0a6eed30de265
1.0.45.9: fix building on recent linux

 * Recent linux changes caused waitpid foreign symbol to go away so add it to
   undefineds and ldso-stubs
 * Recent linux linker default flags changes (--as-needed?) caused dlopen and
   friends to not be found at link time. Fix the tools-for-build/Makefile
   to pick up the build options from Config and fix grovel-features.sh to
   put the libs in LDLIBS instead of LDFLAGS
src/runtime/undefineds.h
tools-for-build/Makefile
tools-for-build/grovel-features.sh
tools-for-build/ldso-stubs.lisp
version.lisp-expr