Package: dlm / 4.0.7-1

Metadata

Package Version Patches format
dlm 4.0.7-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Debian path for the config file.patch | (download)

init/dlm.service | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 debian path for the config file


Build reproducibly don t compile in the build time.patch | (download)

dlm_controld/main.c | 5 2 + 3 - 0 !
dlm_tool/main.c | 3 1 + 2 - 0 !
2 files changed, 3 insertions(+), 5 deletions(-)

 build reproducibly: don't compile in the build time


Enable systemctl help dlm to show relevant man pages.patch | (download)

init/dlm.service | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 enable systemctl help dlm to show relevant man pages


Use the passed in CFLAGS and LDFLAGS settings.patch | (download)

dlm_controld/Makefile | 4 2 + 2 - 0 !
dlm_tool/Makefile | 2 1 + 1 - 0 !
fence/Makefile | 2 1 + 1 - 0 !
libdlm/Makefile | 15 6 + 9 - 0 !
4 files changed, 10 insertions(+), 13 deletions(-)

 use the passed in cflags and ldflags settings


Use CPPFLAGS from the environment.patch | (download)

dlm_controld/Makefile | 4 2 + 2 - 0 !
dlm_tool/Makefile | 2 1 + 1 - 0 !
fence/Makefile | 2 1 + 1 - 0 !
libdlm/Makefile | 4 2 + 2 - 0 !
4 files changed, 6 insertions(+), 6 deletions(-)

 use cppflags from the environment


Move our CFLAGS before the environmental CFLAGS.patch | (download)

libdlm/Makefile | 14 6 + 8 - 0 !
1 file changed, 6 insertions(+), 8 deletions(-)

 move our cflags before the environmental cflags

This gives the user settings (in the environment) higher priority.
At the same time, simplify the pthread handling: use -pthread both for
compilation and linking explicitly.

Don t link dlm_stonith against libxml2.patch | (download)

fence/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't link dlm_stonith against libxml2