]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- postshell.patch obsolete, postshell.c is now used
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 11 Jul 2006 15:31:04 +0000 (15:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use diet rather klcc (merge from AC-branch)
- (unable to test due lack of Th build env)

Changed files:
    glibc.spec -> 1.638

glibc.spec

index f38a1bc0e54a62015ed301bf0021323e8d073e40..0c857ca2d31d5e627f99c75511b5c0bbcff78bd6 100644 (file)
@@ -9,7 +9,7 @@
 #
 # TODO:
 # - look at locale fixes/updates in bugzilla
-# - restore postshell.c updates (see AC-branch or old HEAD)
+# - no more chicken-egg problem (postshell is no more dynamically linked with libc), remove SONAME symlinks? see files section.
 # [OLD]
 # - localedb-gen man pages(?)
 # - math/{test-fenv,test-tgmath,test-float,test-ifloat},
@@ -57,7 +57,7 @@ Patch3:               %{name}-crypt-blowfish.patch
 Patch4:                %{name}-alpha-ev6-opcodes.patch
 
 Patch6:                %{name}-paths.patch
-Patch7:                %{name}-postshell.patch
+
 Patch8:                %{name}-missing-nls.patch
 Patch9:                %{name}-java-libc-wait.patch
 
@@ -820,7 +820,7 @@ ln -s glibc-libidn-%{version} libidn
 %patch4 -p1
 
 %patch6 -p1
-%patch7 -p1
+
 %patch8 -p1
 %patch9 -p1
 
@@ -890,9 +890,9 @@ done
 %endif
 
 %if %{without cross}
-# compiling static using klibc vs glibc saves 490k
-klcc %{SOURCE8} %{rpmcflags} -static -o postshell
-klcc %{SOURCE7} %{rpmcflags} -static -o glibc-postinst
+# compiling static using diet vs glibc saves 400k
+diet -Os %{__cc} %{SOURCE8} %{rpmcflags} -static -o postshell
+diet -Os %{__cc} %{SOURCE7} %{rpmcflags} -static -o glibc-postinst
 %endif
 
 %install
@@ -1101,7 +1101,7 @@ fi
 %attr(755,root,root) /sbin/ldconfig
 # ld* and libc.so.6 SONAME symlinks must be in package because of
 # chicken-egg problem (postshell is dynamically linked with libc);
-# NOTE: postshell is now linked statically with klibc
+# NOTE: postshell is now linked statically with diet
 # ld-*.so SONAME is:
 #   ld.so.1 on ppc
 #   ld64.so.1 on ppc64,s390x
This page took 0.036651 seconds and 4 git commands to generate.