summaryrefslogtreecommitdiffstats
path: root/lib/libelf
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-12-01 06:09:22 +0000
committerngie <ngie@FreeBSD.org>2015-12-01 06:09:22 +0000
commit4c94b81b30c1fbf24b3c21bf6d3378936090411a (patch)
tree668afb0f04f344b310fc76ee329f028ecec2625e /lib/libelf
parentf8a8bc03e7fa77150b4874e1fad3c4602f742296 (diff)
downloadFreeBSD-src-4c94b81b30c1fbf24b3c21bf6d3378936090411a.zip
FreeBSD-src-4c94b81b30c1fbf24b3c21bf6d3378936090411a.tar.gz
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
Diffstat (limited to 'lib/libelf')
-rw-r--r--lib/libelf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libelf/Makefile b/lib/libelf/Makefile
index b8aa4df..51509f7 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 \
OpenPOWER on IntegriCloud