diff options
Diffstat (limited to 'sys-cluster/dlm-lib/files/dlm-lib-2.02.00-include.patch')
-rw-r--r-- | sys-cluster/dlm-lib/files/dlm-lib-2.02.00-include.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-cluster/dlm-lib/files/dlm-lib-2.02.00-include.patch b/sys-cluster/dlm-lib/files/dlm-lib-2.02.00-include.patch new file mode 100644 index 000000000000..dc7832e682b7 --- /dev/null +++ b/sys-cluster/dlm-lib/files/dlm-lib-2.02.00-include.patch @@ -0,0 +1,20 @@ +--- cluster-2.02.00/dlm/lib/Makefile.orig 2008-03-16 15:40:43.000000000 +0000 ++++ cluster-2.02.00/dlm/lib/Makefile 2008-03-16 15:40:52.000000000 +0000 +@@ -13,6 +13,8 @@ + + TARGET= libdlm + ++include ../../make/defines.mk ++ + LIBDIRT=$(TARGET).a \ + $(TARGET)_lt.a \ + $(TARGET).so.${RELEASE_MAJOR}.${RELEASE_MINOR} \ +@@ -27,8 +29,6 @@ + + UDEVT=51-dlm.rules + +-include ../../make/defines.mk +- + SHAREDLIB=$(TARGET).so.${RELEASE_MAJOR}.${RELEASE_MINOR} $(TARGET)_lt.so.${RELEASE_MAJOR}.${RELEASE_MINOR} + STATICLIB=$(TARGET).a $(TARGET)_lt.a + |