summaryrefslogtreecommitdiff
path: root/package/lynx
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-16 17:23:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-16 17:23:47 +0100
commitaff7634a799580f6605521614cc6740e82f912b0 (patch)
treeaedc1da974b9ef26dae7786b3f45431043ad53fc /package/lynx
parenta383ca9a768a1f734ebc28217e5b338708fe9d61 (diff)
use CC_FOR_BUILD and CFLAGS_FOR_BUILD
Diffstat (limited to 'package/lynx')
-rw-r--r--package/lynx/Makefile2
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