diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-05 19:58:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-05 19:58:50 +0200 |
commit | e874f84fdb6eb83d905a72b35d87398374594b97 (patch) | |
tree | 38ecc86989a194756836fa411c4bfb7c4b68913f /package/gpsd | |
parent | 68e89ea1a3ec3690ddefbd97c45174f799847a16 (diff) |
more regressions found at runtime on alic1c
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 |