From 5a536241ea2b6cb8146aa2be220bc7c0ec247bc9 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Tue, 1 Dec 2015 06:09:22 +0000 Subject: Move libelf.so.2 from /usr/lib to /lib to unbreak libkvm use after r291406 Tested with the following commands as root: - yes | make delete-old - service ldconfig restart - netstat -nr X-MFC with: r291406 Reviewed by: jhb, kib Sponsored by: EMC / Isilon Storage Division --- lib/libelf/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libelf') diff --git a/lib/libelf/Makefile b/lib/libelf/Makefile index b8aa4df64c67..51509f71d71f 100644 --- a/lib/libelf/Makefile +++ b/lib/libelf/Makefile @@ -7,6 +7,7 @@ SRCDIR= ${TOP}/libelf .PATH: ${SRCDIR} LIB= elf +SHLIBDIR?= /lib SRCS= elf.c \ elf_begin.c \ -- cgit v1.3