From 5fcb08b919068b402022c7601ae05cee58b50c09 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Tue, 5 Feb 2008 23:28:12 +0000 Subject: kexec-tools: add static version. partly closes 3739. * rename packages/kexec/kexec-tools-1.101 to packages/kexec/files so that patches can be shared * add packages/kexec/files/kexec-static.patch and packages/kexec/kexec-tools-static_1.101.bb --- packages/kexec/files/kexec-static.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/kexec/files/kexec-static.patch (limited to 'packages/kexec/files/kexec-static.patch') diff --git a/packages/kexec/files/kexec-static.patch b/packages/kexec/files/kexec-static.patch new file mode 100644 index 0000000000..549300576e --- /dev/null +++ b/packages/kexec/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 -- cgit v1.2.3