8358cf276a
+ bug-1228854_lvm2-monitor-service-start-after-systemd-remount-fs.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=347
13 lines
405 B
Diff
13 lines
405 B
Diff
diff --git a/test/Makefile.in b/test/Makefile.in
|
|
index 20e97ebd0f4d..d4d3ce9f6dc7 100644
|
|
--- a/test/Makefile.in
|
|
+++ b/test/Makefile.in
|
|
@@ -31,6 +31,7 @@ LVM_TEST_RESULTS ?= results
|
|
SOURCES := lib/not.c lib/harness.c lib/dmsecuretest.c
|
|
CXXSOURCES := lib/runner.cpp
|
|
CXXFLAGS += $(EXTRA_EXEC_CFLAGS)
|
|
+LDFLAGS += -pie
|
|
|
|
CLEAN_DIRS += dbus/__pycache__ $(LVM_TEST_RESULTS)
|
|
ifneq (.,$(firstword $(srcdir)))
|