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/autossh/Makefile | |
parent | 68e89ea1a3ec3690ddefbd97c45174f799847a16 (diff) |
more regressions found at runtime on alic1c
Diffstat (limited to 'package/autossh/Makefile')
-rw-r--r-- | package/autossh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/autossh/Makefile b/package/autossh/Makefile index 414bf99e6..b5e184463 100644 --- a/package/autossh/Makefile +++ b/package/autossh/Makefile @@ -20,6 +20,7 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,AUTOSSH,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIGURE_STYLE:= gnu +CONFIGURE_ARGS+= ac_cv_lib_nsl_gethostbyname=no BUILD_STYLE:= auto do-install: |