Skip to content
Snippets Groups Projects
Unverified Commit 8df17d38 authored by darmac's avatar darmac Committed by GitHub
Browse files

open-iscsi: refine runtime environment (#17789)

parent c7e83a83
No related branches found
No related tags found
No related merge requests found
......@@ -28,5 +28,9 @@ class OpenIscsi(MakefilePackage):
def setup_build_environment(self, env):
env.set('CFLAGS', '-DNO_SYSTEMD')
def setup_run_environment(self, env):
env.prepend_path('PATH', self.prefix.sbin)
env.prepend_path('LD_LIBRARY_PATH', self.prefix.usr.lib64)
def install(self, spec, prefix):
make('install', 'DESTDIR={0}'.format(prefix))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment