SPECS: grub.spec - switch to build static version by default on x8664

baggins baggins at pld-linux.org
Tue Jun 21 18:14:03 CEST 2005


Author: baggins                      Date: Tue Jun 21 16:14:03 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- switch to build static version by default on x8664

---- Files affected:
SPECS:
   grub.spec (1.98 -> 1.99) 

---- Diffs:

================================================================
Index: SPECS/grub.spec
diff -u SPECS/grub.spec:1.98 SPECS/grub.spec:1.99
--- SPECS/grub.spec:1.98	Thu Jun 16 17:56:24 2005
+++ SPECS/grub.spec	Tue Jun 21 18:13:58 2005
@@ -6,7 +6,11 @@
 # Conditional build:
 %bcond_with	splashimage	# removes some ethernet cards support
 				# (too much memory occupied?)
+%ifarch %{x8664}
+%bcond_without	static		# builds shared version (requires 32bit glibc)
+%else
 %bcond_with	static		# builds static version
+%endif
 #
 Summary:	GRand Unified Bootloader
 Summary(pl):	GRUB - bootloader dla x86
@@ -267,6 +271,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.99  2005/06/21 16:13:58  baggins
+- switch to build static version by default on x8664
+
 Revision 1.98  2005/06/16 15:56:24  baggins
 - it does build on x8664, you need either multilib gcc or --with static
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/grub.spec?r1=1.98&r2=1.99&f=u




More information about the pld-cvs-commit mailing list