git: Move private ldns library to /usr/lib/priv

John Marino marino at crater.dragonflybsd.org
Thu Jan 28 03:22:34 PST 2016


commit 470ddd207516eb6385f8ffb765a4b62341e4a85c
Author: John Marino <draco at marino.st>
Date:   Thu Jan 28 12:18:46 2016 +0100

    Move private ldns library to /usr/lib/priv
    
    It's been decided to relocate private libraries to either /lib/priv or
    /usr/lib/priv.  This requires the use of the -rpath linker flag as the
    libraries are no longer located in a standard search path.
    
    discussed with: dillon, swildner

Summary of changes:
 Makefile_upgrade.inc     | 2 ++
 etc/mtree/BSD.usr.dist   | 4 ++++
 lib/libldns/Makefile     | 2 ++
 share/mk/bsd.libnames.mk | 2 +-
 usr.bin/drill/Makefile   | 1 +
 5 files changed, 10 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/470ddd207516eb6385f8ffb765a4b62341e4a85c


-- 
DragonFly BSD source repository



More information about the Commits mailing list