From 03ce0a402c543abd15d85c2cd82f2727b9daaa0a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 23 Apr 2011 21:11:08 +0200 Subject: target: Hint configure we don't have a select.h People using a GNU/Linux toolchain can end up in trouble when gsmtap_util.c is including network header files. Hint autoconf that there is no sys/select.h --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 402f28ab..27281de6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -41,7 +41,7 @@ shared/libosmocore/build-target: shared/libosmocore/build-target/Makefile: shared/libosmocore/configure shared/libosmocore/build-target cd shared/libosmocore/build-target && ../configure \ --host=$(CROSS_HOST) --disable-vty --enable-panic-infloop \ - --disable-shared --disable-talloc --disable-tests \ + --disable-shared --disable-talloc --disable-tests ac_cv_header_sys_select_h=no \ CFLAGS="-Os -ffunction-sections -I$(TOPDIR)/target/firmware/include -nostartfiles -nodefaultlibs" shared/libosmocore/build-target/src/.libs/libosmocore.a: shared/libosmocore/build-target/Makefile -- cgit v1.2.3