From 686d694f0379959747657d5776971581571bdbb9 Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Mon, 15 Aug 2016 11:52:16 +0000 Subject: [PATCH] drop usr/ucb/echo dependency from libtool It will only get used if it's present at build time, and /usr/bin/echo doesn't support -n. Our echo still doesn't support -n, but libtool will find another fallback in case /usr/ucb/echo doesn't work -- in my case this was the "print -r" shell builtin. --- components/developer/libtool/libtool.p5m | 1 - 1 file changed, 1 deletion(-) diff --git a/components/developer/libtool/libtool.p5m b/components/developer/libtool/libtool.p5m index f1ee18534..7aab17e90 100644 --- a/components/developer/libtool/libtool.p5m +++ b/components/developer/libtool/libtool.p5m @@ -103,6 +103,5 @@ depend fmri=__TBD pkg.debug.depend.file=usr/bin/ggrep type=require depend fmri=__TBD pkg.debug.depend.file=usr/bin/gsed type=require depend fmri=__TBD pkg.debug.depend.file=usr/bin/ld type=require depend fmri=__TBD pkg.debug.depend.file=usr/bin/nm type=require -depend fmri=__TBD pkg.debug.depend.file=usr/ucb/echo type=require license libtool.license license="GPLv2, FDLv1.3" -- 2.11.4.GIT