diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-12-15 00:04:02 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-12-15 00:11:25 +0100 |
commit | 3e031192d7a4128892c8ee7442e6abc1d1841426 (patch) | |
tree | 247292bf73e098c9fb96f9fc67f68995d29eadef /recipes/kexec-tools/files/kexec-static.patch | |
parent | 4f0df4d7ebfb16eace5986e117af3cdde43185a7 (diff) |
kexec: rename to kexec-tools (kexec and kdump)
Diffstat (limited to 'recipes/kexec-tools/files/kexec-static.patch')
-rw-r--r-- | recipes/kexec-tools/files/kexec-static.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/kexec-tools/files/kexec-static.patch b/recipes/kexec-tools/files/kexec-static.patch new file mode 100644 index 0000000000..549300576e --- /dev/null +++ b/recipes/kexec-tools/files/kexec-static.patch @@ -0,0 +1,12 @@ +diff -ur kexec-tools-1.101.bak/configure.ac kexec-tools-1.101/configure.ac +--- kexec-tools-1.101.bak/configure.ac 2008-02-03 00:05:59.577094746 +0100 ++++ kexec-tools-1.101/configure.ac 2008-02-03 00:06:35.579146386 +0100 +@@ -96,7 +96,7 @@ + + dnl ---Hard codes + +-CFLAGS='-Wall -g -fno-strict-aliasing $(CPPFLAGS)' ++CFLAGS='-Wall -g -static -fno-strict-aliasing $(CPPFLAGS)' + BUILD_CFLAGS='-O2 -Wall $(CPPFLAGS)' + + dnl ---Sanity checks |