Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
qemu.20395
0032-Switch-order-of-libraries-for-mpath.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0032-Switch-order-of-libraries-for-mpath.patch of Package qemu.20395
From: Bruce Rogers <brogers@suse.com> Date: Fri, 3 Nov 2017 11:12:40 -0600 Subject: Switch order of libraries for mpath support Signed-off-by: Bruce Rogers <brogers@suse.com> --- Makefile | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ab0354c153bbf568e3239f75df11..4be3366e2795030536601b84eb51 100644 --- a/Makefile +++ b/Makefile @@ -449,7 +449,7 @@ fsdev/virtfs-proxy-helper$(EXESUF): LIBS += -lcap scsi/qemu-pr-helper$(EXESUF): scsi/qemu-pr-helper.o scsi/utils.o $(crypto-obj-y) $(io-obj-y) $(qom-obj-y) $(COMMON_LDADDS) ifdef CONFIG_MPATH -scsi/qemu-pr-helper$(EXESUF): LIBS += -ludev -lmultipath -lmpathpersist +scsi/qemu-pr-helper$(EXESUF): LIBS += -ludev -lmpathpersist -lmultipath endif qemu-img-cmds.h: $(SRC_PATH)/qemu-img-cmds.hx $(SRC_PATH)/scripts/hxtool diff --git a/configure b/configure index ceec276693263bfdf34f9cfe5fb6..87d084791de16a7dfd330dd4fef0 100755 --- a/configure +++ b/configure @@ -3385,7 +3385,7 @@ int main(void) { return 0; } EOF - if compile_prog "" "-ludev -lmultipath -lmpathpersist" ; then + if compile_prog "" "-ludev -lmpathpersist -lmultipath" ; then mpathpersist=yes else mpathpersist=no
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor