with the RPATH enforcement, acpidump(1) don't work anymore...
authorsemarie <semarie@openbsd.org>
Mon, 12 Oct 2015 04:02:57 +0000 (04:02 +0000)
committersemarie <semarie@openbsd.org>
Mon, 12 Oct 2015 04:02:57 +0000 (04:02 +0000)
commit0462adfa7630b7b6f2b9cb54b4949dff93b3010c
tree33c55ff8fdb423e9b31ae642ca31f94b92754c5d
parent4823dc0ddf08099cd78e73de28f99f459ae836df
with the RPATH enforcement, acpidump(1) don't work anymore...

it needs rpath for reading /dev/mem (at least):
  kvm_openfiles(NULL, NULL, NULL, O_RDONLY, NULL)

ok doug@
fix the regression deraadt@
usr.sbin/acpidump/acpidump.c