python-werkzeug: bump to version 0.11.15
[buildroot-gz.git] / package / stella / 0001-Add-cross-compilation-support.patch
blob3266d31d26de54b994739a6bd7f4461607b30e90
1 From fba2627bebc7d497f64827a0517316e9b5c64c0a Mon Sep 17 00:00:00 2001
2 From: Sergio Prado <sergio.prado@e-labworks.com>
3 Date: Tue, 26 Jul 2016 13:24:00 -0300
4 Subject: [PATCH 1/2] Add cross-compilation support
6 Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
7 ---
8 configure | 5 +++--
9 1 file changed, 3 insertions(+), 2 deletions(-)
11 diff --git a/configure b/configure
12 index 0d90a4f0acde..a4afea8e1880 100755
13 --- a/configure
14 +++ b/configure
15 @@ -502,8 +502,9 @@ if test -n "$_host"; then
16 _host_os=win32
19 - echo "Cross-compiling to unknown target, please add your target to configure."
20 - exit 1
21 + echo "Cross-compiling to $_host target"
22 + DEFINES="$DEFINES -DUNIX"
23 + _host_os=unix
25 esac
27 --
28 1.9.1