SOURCES: kexec-tools-opt.patch - updated for 1.101

qboosh qboosh at pld-linux.org
Sun Aug 28 12:18:01 CEST 2005


Author: qboosh                       Date: Sun Aug 28 10:18:01 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 1.101

---- Files affected:
SOURCES:
   kexec-tools-opt.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/kexec-tools-opt.patch
diff -u SOURCES/kexec-tools-opt.patch:1.2 SOURCES/kexec-tools-opt.patch:1.3
--- SOURCES/kexec-tools-opt.patch:1.2	Tue Dec 14 23:28:16 2004
+++ SOURCES/kexec-tools-opt.patch	Sun Aug 28 12:17:56 2005
@@ -1,11 +1,13 @@
---- kexec-tools-1.98/Makefile.main.orig	2004-09-15 09:49:17.000000000 +0000
-+++ kexec-tools-1.98/Makefile.main	2004-12-14 22:25:32.325270400 +0000
-@@ -2,7 +2,7 @@
- VERSION="1.98"
- DATE="15 September 2004"
- CPPFLAGS:= -I./util_lib/include -DVERSION='$(VERSION)' -DRELEASE_DATE='$(DATE)' $(EXTRA_FLAGS)
--CFLAGS:=-Wall -g -O2 -fno-strict-aliasing $(CPPFLAGS)
-+CFLAGS:=-Wall -fno-strict-aliasing $(CPPFLAGS) $(OPTFLAGS)
+--- kexec-tools-1.101/configure.ac.orig	2005-01-09 02:36:57.000000000 +0100
++++ kexec-tools-1.101/configure.ac	2005-08-28 12:12:20.729530896 +0200
+@@ -93,8 +93,8 @@
  
- PREFIX:=$(OBJDIR)/build
- SBINDIR=$(PREFIX)/sbin
+ dnl ---Hard codes
+ 
+-CFLAGS='-Wall -g -fno-strict-aliasing $(CPPFLAGS)'
+-BUILD_CFLAGS='-O2 -Wall $(CPPFLAGS)'
++CFLAGS="$CFLAGS -Wall -fno-strict-aliasing \$(CPPFLAGS)"
++BUILD_CFLAGS="$CFLAGS -Wall \$(CPPFLAGS)"
+ 
+ dnl ---Sanity checks
+ if test "$CC"      = "no"; then AC_MSG_ERROR([cc not found]) fi
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/kexec-tools-opt.patch?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list