Makefile: disable the check for sys/socket.h in the libosmocore target build

This commit is contained in:
Harald Welte 2011-05-29 17:01:26 +02:00
parent 2743496f8a
commit 41d84e08bb
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,9 @@ 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 ac_cv_header_sys_select_h=no \
--disable-shared --disable-talloc \
--disable-tests ac_cv_header_sys_select_h=no \
--disable-tests ac_cv_header_sys_socket_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