Logoj0ke.net Open Build Service > Projects > home:netmax:rebuilds > grub2 > Changes
Sign Up | Log In

Changes of Revision 13

[-] Changed grub2.spec
x
 
1
@@ -8,7 +8,14 @@
2
 Source0:   ftp://alpha.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
3
 ExclusiveArch: i386 i486 i586 i686 x86_64
4
 BuildRequires: binutils >= 2.9.1.0.23, ncurses-devel, texinfo
5
-BuildRequires: automake lzo-devel /usr/lib/crt1.o
6
+BuildRequires: automake lzo-devel 
7
+
8
+%ifarch x86_64
9
+BuildRequires: glibc-devel-32bit
10
+%else
11
+BuildRequires: glibc-devel
12
+%endif
13
+
14
 PreReq: /sbin/install-info
15
 Requires: mktemp
16
 Requires: /usr/bin/cmp
17
@@ -32,7 +39,6 @@
18
    CFLAGS="$CFLAGS -Wno-pointer-sign"
19
 fi
20
 %ifarch x86_64
21
-#CFLAGS="$CFLAGS -static" 
22
 LDFLAGS="-L%{_libdir}"
23
 export LDFLAGS
24
 %endif
25