git: Dynamic root: Move required libraries to /lib

Francois Tigeot ftigeot at crater.dragonflybsd.org
Sun Apr 13 00:13:34 PDT 2014


commit 17f97226bbe6d116c13d6150bcec8bce4b9a9895
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Sun Apr 13 09:03:10 2014 +0200

    Dynamic root: Move required libraries to /lib
    
    * Add /lib to the standard run-time loader library search path
    
    * Ensure libxxx.so symbolic links stay in /usr/lib, the build
      tools won't pick them up in /lib

Summary of changes:
 etc/defaults/rc.conf               |  2 +-
 lib/libalias/Makefile              |  2 +-
 lib/libatm/Makefile                |  1 +
 lib/libc/Makefile                  |  1 +
 lib/libcam/Makefile                |  1 +
 lib/libcrypt/Makefile              |  1 +
 lib/libdevattr/Makefile            |  1 +
 lib/libdm/Makefile                 |  1 +
 lib/libedit/libedit/Makefile       |  1 +
 lib/libexpat/Makefile              |  1 +
 lib/libfsid/Makefile               |  1 +
 lib/libhammer/Makefile             |  1 +
 lib/libipsec/Makefile              |  1 +
 lib/libipx/Makefile                |  1 +
 lib/libkvm/Makefile                |  1 +
 lib/libm/Makefile                  |  1 +
 lib/libmd/Makefile                 |  1 +
 lib/libncp/Makefile                |  1 +
 lib/libncurses/libncurses/Makefile | 10 ++++++----
 lib/libprop/Makefile               |  1 +
 lib/libsbuf/Makefile               |  1 +
 lib/libsm/Makefile                 |  1 +
 lib/libutil/Makefile               |  1 +
 lib/libz/Makefile                  |  1 +
 libexec/rtld-elf/rtld.1            |  2 ++
 libexec/rtld-elf/rtld.h            |  2 +-
 nrelease/Makefile                  |  2 +-
 secure/lib/libcrypto/Makefile      |  1 +
 28 files changed, 34 insertions(+), 8 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/17f97226bbe6d116c13d6150bcec8bce4b9a9895


-- 
DragonFly BSD source repository



More information about the Commits mailing list