diff options
author | Andrej Rode <andrej.rode@ettus.com> | 2017-04-13 12:20:00 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-24 10:59:25 +0200 |
commit | 74f9dcd4b8c072dc097ef591fa50eaf7493c68f5 (patch) | |
tree | a9e53f6c71035bd7e561e2ace2db94c5b2bea855 /meta-python/recipes-devtools/python/python-gevent | |
parent | 444e1fb198076f34a0fa66e83f3eec76efba2e6c (diff) | |
download | meta-openembedded-74f9dcd4b8c072dc097ef591fa50eaf7493c68f5.tar.gz |
gevent: update 0.13.8 -> 1.2.1
Signed-off-by: Andrej Rode <andrej.rode@ettus.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-gevent')
-rw-r--r-- | meta-python/recipes-devtools/python/python-gevent/libev-conf.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-gevent/libev-conf.patch b/meta-python/recipes-devtools/python/python-gevent/libev-conf.patch new file mode 100644 index 000000000..79c1867ba --- /dev/null +++ b/meta-python/recipes-devtools/python/python-gevent/libev-conf.patch | |||
@@ -0,0 +1,26 @@ | |||
1 | From 2294734ef9d5e2efb05820e9759a1635799bdea9 Mon Sep 17 00:00:00 2001 | ||
2 | From: Andrej Rode <andrej.rode@ettus.com> | ||
3 | Date: Mon, 10 Apr 2017 19:25:18 -0700 | ||
4 | Subject: [PATCH] libev: make configure crosscompile compatible | ||
5 | |||
6 | Signed-off-by: Andrej Rode <andrej.rode@ettus.com> | ||
7 | --- | ||
8 | deps/libev/configure | 2 +- | ||
9 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
10 | |||
11 | diff --git a/deps/libev/configure b/deps/libev/configure | ||
12 | index 743817e..96c2366 100755 | ||
13 | --- a/deps/libev/configure | ||
14 | +++ b/deps/libev/configure | ||
15 | @@ -2208,7 +2208,7 @@ fi | ||
16 | ac_ext=c | ||
17 | ac_cpp='$CPP $CPPFLAGS' | ||
18 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | ||
19 | -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | ||
20 | +ac_link='$CC -static -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | ||
21 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | ||
22 | |||
23 | |||
24 | -- | ||
25 | 2.10.2 | ||
26 | |||