SPECS (AC-branch): grub.spec - amd64 needs 32bit static glibc
glen
glen at pld-linux.org
Tue Apr 29 14:04:48 CEST 2008
Author: glen Date: Tue Apr 29 12:04:48 2008 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- amd64 needs 32bit static glibc
---- Files affected:
SPECS:
grub.spec (1.102.2.6 -> 1.102.2.7)
---- Diffs:
================================================================
Index: SPECS/grub.spec
diff -u SPECS/grub.spec:1.102.2.6 SPECS/grub.spec:1.102.2.7
--- SPECS/grub.spec:1.102.2.6 Tue Apr 29 14:02:39 2008
+++ SPECS/grub.spec Tue Apr 29 14:04:43 2008
@@ -52,6 +52,10 @@
%if %{with static}
BuildRequires: glibc-static
BuildRequires: ncurses-static
+%ifarch %{x8664}
+# 32bit glibc-static
+BuildRequires: /usr/lib/libc.a
+%endif
%endif
# needed for 'cmp' program
Requires: diffutils
@@ -278,6 +282,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.102.2.7 2008-04-29 12:04:43 glen
+- amd64 needs 32bit static glibc
+
Revision 1.102.2.6 2008-04-29 12:02:39 glen
- sane bcond definition
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/grub.spec?r1=1.102.2.6&r2=1.102.2.7&f=u
More information about the pld-cvs-commit
mailing list