diff options
Diffstat (limited to 'packages/mdadm/mdadm-1.12.0/build_flags.patch')
-rw-r--r-- | packages/mdadm/mdadm-1.12.0/build_flags.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/mdadm/mdadm-1.12.0/build_flags.patch b/packages/mdadm/mdadm-1.12.0/build_flags.patch new file mode 100644 index 0000000000..38e1051d6f --- /dev/null +++ b/packages/mdadm/mdadm-1.12.0/build_flags.patch @@ -0,0 +1,19 @@ +--- mdadm-1.12.0/Makefile 2005-08-22 17:30:21.000000000 -0700 ++++ mdadm-1.12.0/Makefile~ 2005-08-22 17:30:14.000000000 -0700 +@@ -37,13 +37,13 @@ + + KLIBC_GCC = gcc -nostdinc -iwithprefix include -I$(KLIBC)/klibc/include -I$(KLIBC)/linux/include -I$(KLIBC)/klibc/arch/i386/include -I$(KLIBC)/klibc/include/bits32 + +-CC = gcc +-CXFLAGS = -ggdb ++CC := $(CC) ++CXFLAGS = + CWFLAGS = -Wall -Werror -Wstrict-prototypes + SYSCONFDIR = /etc + CONFFILE = $(SYSCONFDIR)/mdadm.conf + MAILCMD =/usr/sbin/sendmail -t +-CFLAGS = $(CWFLAGS) -DCONFFILE=\"$(CONFFILE)\" $(CXFLAGS) -DSendmail=\""$(MAILCMD)"\" ++CFLAGS := $(CFLAGS) $(TARGET_CFLAGS) $(CWFLAGS) -DCONFFILE=\"$(CONFFILE)\" $(CXFLAGS) -DSendmail=\""$(MAILCMD)"\" + + # If you want a static binary, you might uncomment these + # LDFLAGS = -static |