-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spdk: add vfio-user #6
Conversation
6dc416d
to
687f5dd
Compare
Hi Boris, again |
@artek-koltun Hey. The compilation was successful
but RPM install didn't work
looks like dependency error in spec file maybe ? pushing new change... let's see now... |
For some reason when adding --with-vfio-user RPM build is not working any more So adding ugly hack LDFLAGS=" " and --without-shared Signed-off-by: Boris Glimcher <[email protected]>
For some reason when adding --with-vfio-user
RPM build is not working any more
So adding ugly hack
LDFLAGS=" "
and
--without-shared
Signed-off-by: Boris Glimcher [email protected]