summaryrefslogtreecommitdiff
path: root/packages/kexec/kexec-tools_1.101.bb
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2008-02-22 20:44:16 +0000
committerThomas Kunze <thommycheck@gmx.de>2008-02-22 20:44:16 +0000
commit9e8d9da364854e9921769c33b0eb57dac923d002 (patch)
tree692be68859fe638e3bafd0685c861f004272bb1d /packages/kexec/kexec-tools_1.101.bb
parenta502812fd2f097fe0cf69ddc514685e601f0fd9b (diff)
kexec-utils-static: make it compile against klibc
Diffstat (limited to 'packages/kexec/kexec-tools_1.101.bb')
-rw-r--r--packages/kexec/kexec-tools_1.101.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/kexec/kexec-tools_1.101.bb b/packages/kexec/kexec-tools_1.101.bb
index 366fad4978..f74c7bcd83 100644
--- a/packages/kexec/kexec-tools_1.101.bb
+++ b/packages/kexec/kexec-tools_1.101.bb
@@ -1,3 +1,5 @@
require kexec-tools.inc
+export LDFLAGS = "-L${STAGING_LIBDIR}"
+EXTRA_OECONF = " --with-zlib=yes"
-PR = "r4"
+PR = "r5"