flashrom/flashrom-0002-Use-dmidecode-path-defined-at-configure-stage.patch
Peter Lemenkov 2aeb79237b svn ver. 1487
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
2012-02-02 15:21:04 +04:00

27 lines
685 B
Diff

From 9f98c4a7ab4712091d963fbb8eda53f6ca2c442f Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Sat, 12 Jun 2010 22:13:53 +0400
Subject: [PATCH 02/10] Use dmidecode path defined at configure stage
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
---
dmi.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dmi.c b/dmi.c
index 5f64b94..537c2d5 100644
--- a/dmi.c
+++ b/dmi.c
@@ -85,7 +85,7 @@ static const struct {
};
#define DMI_COMMAND_LEN_MAX 260
-static const char *dmidecode_command = "dmidecode";
+static const char *dmidecode_command = DMIDECODE_PATH;
static char *dmistrings[ARRAY_SIZE(dmidecode_names)];
--
1.7.7.5