packages: klibc/klibc.spec - updated to 1.5.22 - force ld.bfd (gold doesn't...

qboosh qboosh at pld-linux.org
Sat May 28 08:20:06 CEST 2011


Author: qboosh                       Date: Sat May 28 06:20:06 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.5.22
- force ld.bfd (gold doesn't support type of ELFs used here)

---- Files affected:
packages/klibc:
   klibc.spec (1.83 -> 1.84) 

---- Diffs:

================================================================
Index: packages/klibc/klibc.spec
diff -u packages/klibc/klibc.spec:1.83 packages/klibc/klibc.spec:1.84
--- packages/klibc/klibc.spec:1.83	Thu Jan 27 18:40:05 2011
+++ packages/klibc/klibc.spec	Sat May 28 08:20:00 2011
@@ -11,15 +11,17 @@
 Summary:	Minimalistic libc subset for use with initramfs
 Summary(pl.UTF-8):	Zminimalizowany podzbiór biblioteki C do używania z initramfs
 Name:		klibc
-Version:	1.5.21
+Version:	1.5.22
 Release:	1
 License:	BSD/GPL
 Group:		Libraries
 Source0:	http://www.kernel.org/pub/linux/libs/klibc/Current/%{name}-%{version}.tar.bz2
-# Source0-md5:	c232f3fd4e733f4d6ff8909fd54b9970
+# Source0-md5:	2eb5ef12978099736be9b0d0d7d5e946
 Patch0:		%{name}-klcc.patch
 Patch1:		%{name}-make.patch
 URL:		http://www.zytor.com/mailman/listinfo/klibc/
+# ld.bfd binary
+BuildRequires:	binutils >= 2.20.51.0.6
 BuildRequires:	bison
 BuildRequires:	flex
 BuildRequires:	linux-libc-headers >= 7:2.6.24-1
@@ -147,6 +149,8 @@
 %{__make} \
 	ARCH=%{_target_base_arch} \
 	HOSTCC="%{__cc}" \
+	CC="%{__cc}" \
+	LD="ld.bfd" \
 	rpm_prefix=%{_prefix} \
 	rpm_bindir=%{_bindir} \
 	rpm_includedir=%{_includedir}/klibc \
@@ -192,7 +196,7 @@
 %dir %{_libdir}/klibc
 %attr(755,root,root) %{_libdir}/klibc/*.so
 %{_libdir}/klibc/*.o
-%{_mandir}/man1/*
+%{_mandir}/man1/klcc.1*
 
 %files static
 %defattr(644,root,root,755)
@@ -225,6 +229,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.84  2011/05/28 06:20:00  qboosh
+- updated to 1.5.22
+- force ld.bfd (gold doesn't support type of ELFs used here)
+
 Revision 1.83  2011/01/27 17:40:05  qboosh
 - updated to 1.5.21
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/klibc/klibc.spec?r1=1.83&r2=1.84&f=u



More information about the pld-cvs-commit mailing list