diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-23 11:32:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-23 11:32:17 +0200 |
commit | fd3e0cb250f4d09cb9a219a5ddd0d8fa7aa49aa0 (patch) | |
tree | 0c71e46f976ffad45d0fe9c433aa1ac093ea2f8e /package/lynx/Makefile | |
parent | 9af2d70c0e71f6a22bbae7e2486139e697d08bee (diff) |
fix compile
Diffstat (limited to 'package/lynx/Makefile')
-rw-r--r-- | package/lynx/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package/lynx/Makefile b/package/lynx/Makefile index b6c2b2e91..0835dcf98 100644 --- a/package/lynx/Makefile +++ b/package/lynx/Makefile @@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= lynx PKG_VERSION:= 2.8.8 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 7caa6773f94e136556c1c30629fe1431 PKG_DESCR:= text browser PKG_SECTION:= app/browser @@ -41,8 +41,7 @@ CONFIGURE_ENV+= ac_cv_path_TELNET=telnet \ ac_cv_path_ZIP=zip \ ac_cv_path_NCURSES_CONFIG=${STAGING_TARGET_DIR}/usr/bin/ncurses5-config -CONFIGURE_ARGS+= \ - --disable-warnings \ +CONFIGURE_ARGS+= --disable-warnings \ --without-gnutls \ --without-socks \ --without-socks5 \ @@ -77,8 +76,8 @@ CONFIGURE_ARGS+= \ --with-screen=ncurses \ --disable-widec \ --disable-locale-charset \ - --with-build-cc=$(CC_FOR_BUILD) \ - --with-build-cflags="$(CFLAGS_FOR_BUILD)" \ + --with-build-cc=$(HOST_CC) \ + --with-build-cflags="$(HOST_CFLAGS)" \ --with-build-cppflags="-I/usr/include/ncurses" MAKE_FILE:= makefile |