aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lynx
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/lynx')
-rw-r--r--recipes/lynx/lynx_2.8.7.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/lynx/lynx_2.8.7.bb b/recipes/lynx/lynx_2.8.7.bb
index b9b5407b49..f59dc9aa6f 100644
--- a/recipes/lynx/lynx_2.8.7.bb
+++ b/recipes/lynx/lynx_2.8.7.bb
@@ -11,9 +11,9 @@ S = "${WORKDIR}/${PN}${@bb.data.getVar('PV',d,1).replace('.', '-')}"
SRC_URI = "http://lynx.isc.org/current/${PN}${PV}rel.2.tar.bz2 \
file://locale-charset.patch"
-inherit autotools
+inherit autotools gettext
-EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${layout_exec_prefix} --with-curses-dir=${STAGING_DIR_HOST}${layout_exec_prefix} --enable-nls --with-screen=ncursesw --enable-locale-charset --enable-ipv6 --enable-persistent-cookies"
+EXTRA_OECONF += "--with-ssl=${STAGING_DIR_HOST}${layout_exec_prefix} --with-curses-dir=${STAGING_DIR_HOST}${layout_exec_prefix} --enable-nls --with-screen=ncursesw --enable-locale-charset --enable-ipv6 --enable-persistent-cookies"
do_configure() {
# prevent import of ncursesw6-config from host system