]> git.pld-linux.org Git - packages/kexec-tools.git/commitdiff
- allow custom OPTFLAGS
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 14 Jul 2003 11:49:38 +0000 (11:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kexec-tools-opt.patch -> 1.1

kexec-tools-opt.patch [new file with mode: 0644]

diff --git a/kexec-tools-opt.patch b/kexec-tools-opt.patch
new file mode 100644 (file)
index 0000000..1593504
--- /dev/null
@@ -0,0 +1,11 @@
+--- kexec-tools-1.8-2.5.73/Makefile.main.orig  Mon Dec  2 03:21:40 2002
++++ kexec-tools-1.8-2.5.73/Makefile.main       Mon Jul 14 13:47:59 2003
+@@ -2,7 +2,7 @@
+ VERSION="1.8"
+ DATE="01 December 2002"
+ CPPFLAGS:= -I./util_lib/include -DVERSION='$(VERSION)' -DRELEASE_DATE='$(DATE)'
+-CFLAGS:=-Wall -g -O2 -fno-strict-aliasing $(CPPFLAGS)
++CFLAGS:=-Wall -fno-strict-aliasing $(CPPFLAGS) $(OPTFLAGS)
+ PREFIX:=$(OBJDIR)/build
+ SBINDIR=$(PREFIX)/sbin
This page took 0.245767 seconds and 4 git commands to generate.