blob: 69f35c99f3b7939e4aea21db6fd8e63d30da5ab1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
http://bugs.gentoo.org/211426
make default mdassemble sane
--- Makefile
+++ Makefile
@@ -121,8 +121,7 @@
$(CC) $(CXFLAGS) $(LDFLAGS) -o test_stripe -DMAIN restripe.c
mdassemble : $(ASSEMBLE_SRCS) mdadm.h
- rm -f $(OBJS)
- $(DIET_GCC) $(ASSEMBLE_FLAGS) -o mdassemble $(ASSEMBLE_SRCS) $(STATICSRC)
+ $(CC) $(LDFLAGS) $(ASSEMBLE_FLAGS) -DHAVE_STDINT_H -o mdassemble $(ASSEMBLE_SRCS) $(STATICSRC)
mdassemble.static : $(ASSEMBLE_SRCS) mdadm.h
rm -f $(OBJS)
|