summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/groff/groff_1.22.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/groff/groff_1.22.3.bb')
-rw-r--r--meta/recipes-extended/groff/groff_1.22.3.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/groff/groff_1.22.3.bb b/meta/recipes-extended/groff/groff_1.22.3.bb
index dd241f3f84..7472f59825 100644
--- a/meta/recipes-extended/groff/groff_1.22.3.bb
+++ b/meta/recipes-extended/groff/groff_1.22.3.bb
@@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
10SRC_URI = "${GNU_MIRROR}/groff/groff-${PV}.tar.gz \ 10SRC_URI = "${GNU_MIRROR}/groff/groff-${PV}.tar.gz \
11 file://groff-1.22.2-correct-man.local-install-path.patch \ 11 file://groff-1.22.2-correct-man.local-install-path.patch \
12 file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ 12 file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
13 file://0001-replace-perl-w-with-use-warnings.patch \
13" 14"
14 15
15SRC_URI[md5sum] = "cc825fa64bc7306a885f2fb2268d3ec5" 16SRC_URI[md5sum] = "cc825fa64bc7306a885f2fb2268d3ec5"
@@ -24,6 +25,8 @@ inherit autotools texinfo
24EXTRA_OECONF = "--without-x" 25EXTRA_OECONF = "--without-x"
25PARALLEL_MAKE = "" 26PARALLEL_MAKE = ""
26 27
28CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl'"
29
27do_configure_prepend() { 30do_configure_prepend() {
28 if [ "${BUILD_SYS}" != "${HOST_SYS}" ]; then 31 if [ "${BUILD_SYS}" != "${HOST_SYS}" ]; then
29 sed -i \ 32 sed -i \