SPECS: coreutils.spec - fix build with glibc 2.5 (tee() declared i...

sparky sparky at pld-linux.org
Wed Nov 1 01:16:10 CET 2006


Author: sparky                       Date: Wed Nov  1 00:16:10 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix build with glibc 2.5 (tee() declared in fnctl.h)

---- Files affected:
SPECS:
   coreutils.spec (1.109 -> 1.110) 

---- Diffs:

================================================================
Index: SPECS/coreutils.spec
diff -u SPECS/coreutils.spec:1.109 SPECS/coreutils.spec:1.110
--- SPECS/coreutils.spec:1.109	Wed Aug 23 10:05:21 2006
+++ SPECS/coreutils.spec	Wed Nov  1 01:16:05 2006
@@ -116,6 +116,7 @@
 %patch14 -p1
 
 %{__perl} -pi -e 's at GNU/Linux at PLD Linux@' m4/host-os.m4
+%{__perl} -pi -e 's/tee \(/tee_files (/' src/tee.c
 
 # no_NO is just an alias for nb_NO in recent glibc
 # no.po is outdated, nb.po is more fresh here (see also patch10)
@@ -216,6 +217,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.110  2006/11/01 00:16:05  sparky
+- fix build with glibc 2.5 (tee() declared in fnctl.h)
+
 Revision 1.109  2006/08/23 08:05:21  havner
 - no 755 in /etc/shrc.d
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/coreutils.spec?r1=1.109&r2=1.110&f=u



More information about the pld-cvs-commit mailing list