summaryrefslogtreecommitdiffstats
path: root/source/a/mdadm/mdadm.static.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/mdadm/mdadm.static.diff')
-rw-r--r--source/a/mdadm/mdadm.static.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/a/mdadm/mdadm.static.diff b/source/a/mdadm/mdadm.static.diff
new file mode 100644
index 000000000..ae8a46421
--- /dev/null
+++ b/source/a/mdadm/mdadm.static.diff
@@ -0,0 +1,11 @@
+--- ./Makefile.orig 2009-03-10 01:01:17.000000000 -0500
++++ ./Makefile 2010-05-16 20:56:33.000000000 -0500
+@@ -55,7 +55,7 @@
+ CFLAGS = $(CWFLAGS) $(CXFLAGS) -DSendmail=\""$(MAILCMD)"\" $(CONFFILEFLAGS)
+
+ # If you want a static binary, you might uncomment these
+-# LDFLAGS = -static
++LDFLAGS = -static
+ # STRIP = -s
+
+ INSTALL = /usr/bin/install