From 33ff53d9e4560a7fe628e56b591da86f0ae1e03f Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Mon, 12 Feb 2018 16:25:36 -0500 Subject: [PATCH] wget: add perl dir to $PATH for pod2man --- components/web/wget/Makefile | 1 + components/web/wget/manifests/sample-manifest.p5m | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/components/web/wget/Makefile b/components/web/wget/Makefile index 1dbbe25db..102e6e3dd 100644 --- a/components/web/wget/Makefile +++ b/components/web/wget/Makefile @@ -49,6 +49,7 @@ CONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR) CONFIGURE_OPTIONS += --enable-iri CONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS)" +CONFIGURE_ENV += PATH="$(PATH):/usr/perl5/5.22/bin" # Some tests fail, see http://savannah.gnu.org/bugs/?48281 # Keep just the final test report diff --git a/components/web/wget/manifests/sample-manifest.p5m b/components/web/wget/manifests/sample-manifest.p5m index e7743423f..8b91af4e2 100644 --- a/components/web/wget/manifests/sample-manifest.p5m +++ b/components/web/wget/manifests/sample-manifest.p5m @@ -25,7 +25,6 @@ license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)' file path=etc/wgetrc file path=usr/bin/wget file path=usr/lib/$(MACH64)/charset.alias -file path=usr/share/info/dir file path=usr/share/info/wget.info file path=usr/share/locale/be/LC_MESSAGES/wget.mo file path=usr/share/locale/bg/LC_MESSAGES/wget.mo -- 2.11.4.GIT