diff options
Diffstat (limited to 'source/a/mdadm/mdadm.static.diff')
-rw-r--r-- | source/a/mdadm/mdadm.static.diff | 11 |
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 00000000..ae8a4642 --- /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 |