diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-16 17:23:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-16 17:23:47 +0100 |
commit | aff7634a799580f6605521614cc6740e82f912b0 (patch) | |
tree | aedc1da974b9ef26dae7786b3f45431043ad53fc | |
parent | a383ca9a768a1f734ebc28217e5b338708fe9d61 (diff) |
use CC_FOR_BUILD and CFLAGS_FOR_BUILD
-rw-r--r-- | package/lynx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/lynx/Makefile b/package/lynx/Makefile index 895a4e248..3f3e498a0 100644 --- a/package/lynx/Makefile +++ b/package/lynx/Makefile @@ -77,6 +77,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-cppflags="-I/usr/include/ncurses" MAKE_FILE:= makefile |