diff options
Diffstat (limited to 'recipes/mc/mc_4.6.2.bb')
-rw-r--r-- | recipes/mc/mc_4.6.2.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes/mc/mc_4.6.2.bb b/recipes/mc/mc_4.6.2.bb index 75d2a1b551..10da272f79 100644 --- a/recipes/mc/mc_4.6.2.bb +++ b/recipes/mc/mc_4.6.2.bb @@ -1,5 +1,5 @@ require mc.inc -PR = "r2" +PR = "r3" HOMEPAGE = "http://www.midnight-commander.org/" # most of these fixes were copied from openSUSE Factory. @@ -23,8 +23,12 @@ SRC_URI = "http://www.midnight-commander.org/downloads/${P}.tar.gz \ file://mc-cursor-appearance.patch;patch=1 \ file://mc-esc-seq.patch;patch=1" -EXTRA_OECONF = "--without-x --without-samba \ ---without-nfs --without-gpm-mouse --enable-charset" +EXTRA_OECONF = "--without-x --without-samba \ +--without-nfs --without-gpm-mouse --enable-charset \ +ac_cv_path_PERL=${bindir}/perl \ +ac_cv_path_ZIP=${bindir}/zip \ +ac_cv_path_UNZIP=${bindir}/unzip \ +" do_unpack_append() { bb.build.exec_func('do_utf8_conversion', d) |