packages: uClibc/uClibc.spec, uClibc/uClibc-getline.patch (NEW) - rel 6; fi...

arekm arekm at pld-linux.org
Sat Jul 25 02:17:36 CEST 2009


Author: arekm                        Date: Sat Jul 25 00:17:36 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 6; fix build due to getline()

---- Files affected:
packages/uClibc:
   uClibc.spec (1.184 -> 1.185) , uClibc-getline.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/uClibc/uClibc.spec
diff -u packages/uClibc/uClibc.spec:1.184 packages/uClibc/uClibc.spec:1.185
--- packages/uClibc/uClibc.spec:1.184	Fri Jul 24 23:57:34 2009
+++ packages/uClibc/uClibc.spec	Sat Jul 25 02:17:30 2009
@@ -12,7 +12,7 @@
 Summary(pl.UTF-8):	Biblioteka C zoptymalizowana na rozmiar
 Name:		uClibc
 Version:	0.9.30.1
-Release:	5
+Release:	6
 Epoch:		3
 License:	LGPL v2.1
 Group:		Libraries
@@ -26,6 +26,7 @@
 Patch5:		%{name}-sparc.patch
 Patch6:		%{name}-ppoll.patch
 Patch7:		%{name}-ldouble_wrappers.patch
+Patch8:		%{name}-getline.patch
 URL:		http://uclibc.org/
 BuildRequires:	binutils-gasp
 BuildRequires:	cpp
@@ -89,6 +90,7 @@
 #%patch5 -p1
 %patch6 -p2
 %patch7 -p2
+%patch8 -p0
 
 # ARCH is already determined by uname -m
 %ifarch %{ix86}
@@ -326,6 +328,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.185  2009/07/25 00:17:30  arekm
+- rel 6; fix build due to getline()
+
 Revision 1.184  2009/07/24 21:57:34  arekm
 - release 5
 

================================================================
Index: packages/uClibc/uClibc-getline.patch
diff -u /dev/null packages/uClibc/uClibc-getline.patch:1.1
--- /dev/null	Sat Jul 25 02:17:36 2009
+++ packages/uClibc/uClibc-getline.patch	Sat Jul 25 02:17:30 2009
@@ -0,0 +1,29 @@
+--- extra/scripts/unifdef.c~	2008-04-28 01:10:00.000000000 +0200
++++ extra/scripts/unifdef.c	2009-07-25 02:16:19.754615086 +0200
+@@ -206,7 +206,7 @@
+ static void             error(const char *);
+ static int              findsym(const char *);
+ static void             flushline(bool);
+-static Linetype         getline(void);
++static Linetype         xgetline(void);
+ static Linetype         ifeval(const char **);
+ static void             ignoreoff(void);
+ static void             ignoreon(void);
+@@ -512,7 +512,7 @@
+ 
+ 	for (;;) {
+ 		linenum++;
+-		lineval = getline();
++		lineval = xgetline();
+ 		trans_table[ifstate[depth]][lineval]();
+ 		debug("process %s -> %s depth %d",
+ 		    linetype_name[lineval],
+@@ -526,7 +526,7 @@
+  * help from skipcomment().
+  */
+ static Linetype
+-getline(void)
++xgetline(void)
+ {
+ 	const char *cp;
+ 	int cursym;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/uClibc/uClibc.spec?r1=1.184&r2=1.185&f=u



More information about the pld-cvs-commit mailing list