aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/pimd/pimd/0001-configure-Dont-use-uname-to-determine-target-OS.patch
blob: cacb84a1cafae35283a0db662453be202ef054b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From f3e04281bad361249a8dad0cde150a801d720f67 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Fri, 14 Jul 2017 18:46:52 -0700
Subject: [PATCH] configure: Dont use uname to determine target OS

Helps with cross-compiling

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
Upstream-Status: Pending

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 6c35a72..f9714e2 100755
--- a/configure
+++ b/configure
@@ -31,7 +31,7 @@
 #DEFS += -DSCOPED_ACL
 #
 
-OS=`uname`
+OS="Linux"
 CFG=config.mk
 TMP=`mktemp /tmp/XXXXXX`
 BUGREPORT_URL="https://github.com/troglobit/pimd/issues"
-- 
2.13.3