sanlock/sanlock-python-prefix.patch
James Fehlig f7c6cf369e Accepting request 687475 from home:jfehlig:branches:Virtualization
- Update to sanlock 3.7.0
  - allow setting max_sectors_kb
  - configurable sector size and align size
  - support SANLOCK_RUN_DIR and SANLOCK_PRIVILEGED environment
    variables
  - Dropped patches:
    sanlock-old_blkid.patch, suse-fix-link-errors.patch

OBS-URL: https://build.opensuse.org/request/show/687475
OBS-URL: https://build.opensuse.org/package/show/Virtualization/sanlock?expand=0&rev=48
2019-03-21 23:40:06 +00:00

14 lines
345 B
Diff

Index: python/Makefile
===================================================================
--- python/Makefile.orig
+++ python/Makefile
@@ -11,7 +11,7 @@ inplace:
python setup.py build_ext --inplace
install:
- python setup.py install --root=$(DESTDIR)
+ python setup.py install --root=$(DESTDIR) --prefix=$(PREFIX)
clean:
rm -rf build