Makefile: disable the check for sys/socket.h in the libosmocore target build
authorHarald Welte <laforge@gnumonks.org>
Sun, 29 May 2011 15:01:26 +0000 (17:01 +0200)
committerHarald Welte <laforge@gnumonks.org>
Sun, 29 May 2011 15:01:26 +0000 (17:01 +0200)
src/Makefile

index b30915e..7dba3bd 100644 (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