]> git.pld-linux.org Git - packages/mdadm.git/commitdiff
- unify dietlibc compile options and calls
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 23 Mar 2009 14:10:51 +0000 (14:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mdadm.spec -> 1.88

mdadm.spec

index 6332649d89f9f631fa9703055a748eef2cc9aa0b..111de5816150f7f900bde9eb270866067130e8c8 100644 (file)
@@ -86,13 +86,13 @@ Narzędzie do obsługi programowych macierzy RAID - skrypty dla initramfs-tools.
 %if %{with initrd}
 %if %{with dietlibc}
 %{__make} mdadm \
-       CC="diet %{__cc} %{rpmcflags} %{rpmldflags} -static" \
+       CC="diet %{__cc} %{rpmcflags} %{rpmldflags} -Os -static" \
        CWFLAGS="-Wall"
 mv -f mdadm initrd-mdadm
 %{__make} clean
-diet %{__cc}  -DUCLIBC -DMDASSEMBLE_AUTO -DMDASSEMBLE %{rpmcflags} %{rpmldflags} \
+diet %{__cc} -DUCLIBC -DMDASSEMBLE_AUTO -DMDASSEMBLE %{rpmcflags} %{rpmldflags} -Os \
        -DHAVE_STDINT_H -o sha1.o -c sha1.c
-diet %{__cc} -DUCLIBC -DMDASSEMBLE_AUTO -DMDASSEMBLE %{rpmcflags} %{rpmldflags} -static \
+diet %{__cc} -DUCLIBC -DMDASSEMBLE_AUTO -DMDASSEMBLE %{rpmcflags} %{rpmldflags} -Os -static \
        -o initrd-mdassemble mdassemble.c Assemble.c Manage.c config.c dlink.c \
        mdopen.c mdstat.c util.c sysfs.c super0.c super1.c sha1.o
 %else
This page took 0.118955 seconds and 4 git commands to generate.