move private edit library to /lib/priv

Operating Systems / DragonFlyBSD - John Marino [marino.st] - 28 January 2016 13:21 UTC

While here, fix private ssh and ldns. The .so and .a versions were not installed and this probably will break future builds for anyone that's built world in the last few hours.

Also, all of these private libraries also need -L flags in addition to -rpath flags.

aaba24a move private edit library to /lib/priv
Makefile_upgrade.inc | 8 +++++++
bin/sh/Makefile | 6 +++++
etc/mtree/BSD.root.dist | 2 ++
gnu/sbin/lvm/Makefile | 1 +
lib/libedit/libedit/Makefile | 49 ++++----------------------------------
lib/libldns/Makefile | 1 +
lib/pam_module/pam_ssh/Makefile | 2 +-
sbin/fsdb/Makefile | 2 ++
sbin/vinum/Makefile | 1 +
secure/Makefile.ssh.common | 2 +-
secure/lib/libssh/Makefile | 5 ++--
secure/usr.bin/sftp/Makefile | 1 +
share/initrd/bin/Makefile | 4 ++--
share/initrd/sbin.lvm/Makefile | 1 +
share/initrd/sbin/Makefile | 1 +
share/mk/bsd.libnames.mk | 2 +-
usr.bin/bc/Makefile | 1 +
usr.bin/drill/Makefile | 2 +-
usr.bin/ftp/Makefile | 1 +
usr.bin/tftp/Makefile | 1 +
usr.bin/units/Makefile | 1 +
usr.sbin/802_11/wpa_cli/Makefile | 1 +
usr.sbin/cdcontrol/Makefile | 1 +
usr.sbin/lpr/lpc/Makefile | 1 +
usr.sbin/pppctl/Makefile | 1 +
25 files changed, 45 insertions(+), 53 deletions(-)

Upstream: gitweb.dragonflybsd.org


  • Share