Author: pluto Date: Mon Oct 10 17:30:20 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - TODO fixed in recent pld 2.6.14 kernel http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/kernel-hotfixes.patch?r1=1.1.2.62&r2=1.1.2.63 - removed sohash from klibc's interp.o to avoid rebuild shared userland after each klibc upgrade.
---- Files affected: SPECS: klibc.spec (1.45 -> 1.46) ---- Diffs: ================================================================ Index: SPECS/klibc.spec diff -u SPECS/klibc.spec:1.45 SPECS/klibc.spec:1.46 --- SPECS/klibc.spec:1.45 Mon Oct 3 18:18:49 2005 +++ SPECS/klibc.spec Mon Oct 10 19:30:15 2005 @@ -1,9 +1,5 @@ # $Revision$, $Date$ # -# TODO: -# - fix klibc loader crash: -# http://www.zytor.com/pipermail/klibc/2005-September/001150.html -# # Conditional build: %bcond_without dist_kernel # build without distribution kernel-headers # @@ -20,6 +16,7 @@ Patch1: %{name}-klcc.patch Patch2: %{name}-fstype_jfs.patch Patch3: %{name}-ksh-syntax.patch +Patch4: %{name}-kill_interp_sohash.patch URL: http://www.zytor.com/mailman/listinfo/klibc/ %{?with_dist_kernel:BuildRequires: kernel-headers >= 2.4} BuildRequires: rpmbuild(macros) >= 1.153 @@ -95,6 +92,7 @@ %patch1 -p1 %patch2 -p0 %patch3 -p1 +%patch4 -p1 %build cd include @@ -131,7 +129,7 @@ install klcc -D $RPM_BUILD_ROOT%{_bindir}/klcc install klcc.1 -D $RPM_BUILD_ROOT%{_mandir}/man1/klcc.1 install klibc/libc.* klibc/crt0.o klibc/interp.o $RPM_BUILD_ROOT%{_libdir}/klibc -install klibc/klibc-*.so $RPM_BUILD_ROOT/%{_lib} +install klibc/klibc.so $RPM_BUILD_ROOT/%{_lib} install utils/shared/* $RPM_BUILD_ROOT%{_libdir}/klibc/bin-shared install utils/static/* $RPM_BUILD_ROOT%{_libdir}/klibc/bin-static @@ -140,7 +138,7 @@ %files %defattr(644,root,root,755) -%attr(755,root,root) /%{_lib}/klibc*.so +%attr(755,root,root) /%{_lib}/klibc.so %files devel %defattr(644,root,root,755) @@ -171,6 +169,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.46 2005/10/10 17:30:15 pluto +- TODO fixed in recent pld 2.6.14 kernel + http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/kernel-hotfixes.patch?r1=1.1.2.62&r2=1.1.2.63 +- removed sohash from klibc's interp.o to avoid rebuild shared userland + after each klibc upgrade. + Revision 1.45 2005/10/03 16:18:49 qboosh - no Epoch here - don't use it ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/klibc.spec?r1=1.45&r2=1.46&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
