diff options
author | 2014-01-07 10:11:59 +0000 | |
---|---|---|
committer | 2014-01-07 10:11:59 +0000 | |
commit | cb33679f003ac24f8c229c030f8849f88e071442 (patch) | |
tree | 11faae04ffc4c0d6bf885222676c180fdee9b8db /sys-fs/mdadm/files/mdadm-3.1.4-cflags.patch | |
parent | Removed old versions and files (diff) | |
download | gentoo-2-cb33679f003ac24f8c229c030f8849f88e071442.tar.gz gentoo-2-cb33679f003ac24f8c229c030f8849f88e071442.tar.bz2 gentoo-2-cb33679f003ac24f8c229c030f8849f88e071442.zip |
Removed old versions and files
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-fs/mdadm/files/mdadm-3.1.4-cflags.patch')
-rw-r--r-- | sys-fs/mdadm/files/mdadm-3.1.4-cflags.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-fs/mdadm/files/mdadm-3.1.4-cflags.patch b/sys-fs/mdadm/files/mdadm-3.1.4-cflags.patch deleted file mode 100644 index 4b59a0d5fe34..000000000000 --- a/sys-fs/mdadm/files/mdadm-3.1.4-cflags.patch +++ /dev/null @@ -1,27 +0,0 @@ -by Nathan Phillip Brink <ohnobinki@ohnopublishing.net> - -Use CFLAGS when using the compiler driver during the linking stage. -Fixes Gentoo portage-multilib compilation failure. - -http://bugs.gentoo.org/336175 - ---- a/Makefile -+++ b/Makefile -@@ -144,7 +144,7 @@ - # mdadm.tcc doesn't work.. - - mdadm : $(OBJS) -- $(CC) $(LDFLAGS) -o mdadm $(OBJS) $(LDLIBS) -+ $(CC) $(CFLAGS) $(LDFLAGS) -o mdadm $(OBJS) $(LDLIBS) - - mdadm.static : $(OBJS) $(STATICOBJS) - $(CC) $(LDFLAGS) -static -o mdadm.static $(OBJS) $(STATICOBJS) -@@ -167,7 +167,7 @@ - - # use '' to guarantee no dynamic linker interactions with the monitor thread - mdmon : $(MON_OBJS) -- $(CC) $(LDFLAGS) $(MON_LDFLAGS) -z now -o mdmon $(MON_OBJS) $(LDLIBS) -+ $(CC) $(CFLAGS) $(LDFLAGS) $(MON_LDFLAGS) -z now -o mdmon $(MON_OBJS) $(LDLIBS) - msg.o: msg.c msg.h - - test_stripe : restripe.c mdadm.h |