blob: 79c1867ba78d420cb0e9872408dda8048f26cd24 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001From 2294734ef9d5e2efb05820e9759a1635799bdea9 Mon Sep 17 00:00:00 2001
2From: Andrej Rode <andrej.rode@ettus.com>
3Date: Mon, 10 Apr 2017 19:25:18 -0700
4Subject: [PATCH] libev: make configure crosscompile compatible
5
6Signed-off-by: Andrej Rode <andrej.rode@ettus.com>
7---
8 deps/libev/configure | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/deps/libev/configure b/deps/libev/configure
12index 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--
252.10.2
26