diff options
Diffstat (limited to 'package/gpsd')
-rw-r--r-- | package/gpsd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/gpsd/Makefile b/package/gpsd/Makefile index 506943809..61555098e 100644 --- a/package/gpsd/Makefile +++ b/package/gpsd/Makefile @@ -23,7 +23,8 @@ CONFIGURE_STYLE:= gnu CONFIGURE_ENV+= EGREP="grep -E" \ CPP="$(TARGET_CC) -E" \ ac_cv_func_strlcpy=no \ - ac_cv_func_strlcat=no + ac_cv_func_strlcat=no \ + ac_cv_lib_nsl_gethostbyname=no # --disable-python breaks configure script CONFIGURE_ARGS+= --without-x \ --disable-dbus |