Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 146418 Details for
Bug 211426
sys-fs/mdadm: mdassemble missing
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile
mdadm-Makefile.patch (text/plain), 820 bytes, created by
Jimmy.Jazz
on 2008-03-17 22:40:24 UTC
(
hide
)
Description:
Makefile
Filename:
MIME Type:
Creator:
Jimmy.Jazz
Created:
2008-03-17 22:40:24 UTC
Size:
820 bytes
patch
obsolete
>--- Makefile.orig 2008-03-18 23:54:42.000000000 +0100 >+++ Makefile 2008-03-19 00:10:22.000000000 +0100 >@@ -30,7 +30,7 @@ > # define "CXFLAGS" to give extra flags to CC. > # e.g. make CXFLAGS=-O to optimise > TCC = tcc >-UCLIBC_GCC = $(shell for nm in i386-uclibc-linux-gcc i386-uclibc-gcc; do which $$nm > /dev/null && { echo $$nm ; exit; } ; done; echo false No uclibc found ) >+UCLIBC_GCC = $(CHOST)-gcc > DIET_GCC = diet gcc > > KLIBC=/home/src/klibc/klibc-0.77 >@@ -104,8 +104,8 @@ > mdadm.tcc : $(SRCS) mdadm.h > $(TCC) -o mdadm.tcc $(SRCS) > >-dadm.uclibc : $(SRCS) mdadm.h >- $(UCLIBC_GCC) -DUCLIBC -DHAVE_STDINT_H -o mdadm.uclibc $(SRCS) $(STATICSRC) >+mdadm.uclibc : $(SRCS) mdadm.h >+ $(UCLIBC_GCC) -DUCLIBC -DHAVE_STDINT_H $(LDFLAGS) -o mdadm.uclibc $(SRCS) $(STATICSRC) > > mdadm.klibc : $(SRCS) mdadm.h > rm -f $(OBJS)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 211426
:
144625
|
144627
|
146418
|
146878
|
146879
|
146886
|
146889
|
146958
|
147155