]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- removed postshell
authorsparky <sparky@pld-linux.org>
Tue, 5 Sep 2006 14:59:37 +0000 (14:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- don't use 'diet -Os $(CC)' because it kills all other CFLAGS

Changed files:
    glibc.spec -> 1.646

glibc.spec

index d60d108f66b9504a163106695ec1031031105541..b2e731c0585b6149a529cc8762b069b5784bbc6a 100644 (file)
@@ -49,7 +49,6 @@ Source5:      http://qboosh.cs.net.pl/man/%{name}-man-pages.tar.bz2
 # Source5-md5: f464eadf3cf06761f65639e44a179e6b
 Source6:       %{name}-localedb-gen
 Source7:       %{name}-LD-path.c
-Source8:       postshell.c
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-pl.po-update.patch
 Patch2:                %{name}-pld.patch
@@ -890,9 +889,7 @@ done
 %endif
 
 %if %{without cross}
-# create 5.4k postshell binary (7k unstripped) with diet instead of 412k glibc static binary (467k unstripped)
-diet -Os %{__cc} %{SOURCE8} %{rpmcflags} -static -o postshell
-diet -Os %{__cc} %{SOURCE7} %{rpmcflags} -static -o glibc-postinst
+diet %{__cc} %{SOURCE7} %{rpmcflags} -Os -static -o glibc-postinst
 %endif
 
 %install
@@ -922,7 +919,6 @@ install elf/sofini.os                               $RPM_BUILD_ROOT%{_libdir}/sofini.o
 cd ..
 
 %if %{without cross}
-install postshell                              $RPM_BUILD_ROOT/sbin
 install glibc-postinst                         $RPM_BUILD_ROOT/sbin
 %endif
 
@@ -1095,7 +1091,6 @@ fi
 %defattr(644,root,root,755)
 %doc README NEWS FAQ BUGS
 %if %{without cross}
-%attr(755,root,root) /sbin/postshell
 %attr(755,root,root) /sbin/glibc-postinst
 %endif
 %attr(755,root,root) /sbin/ldconfig
This page took 0.078529 seconds and 4 git commands to generate.