From mboxrd@z Thu Jan 1 00:00:00 1970 From: Romain Naour Date: Thu, 6 Aug 2015 10:39:05 +0200 Subject: [Buildroot] [PATCH 2/2] package/harfbuzz: fix test-unicode static linking issue In-Reply-To: <20150723233642.4923e1cc@free-electrons.com> References: <1437601623-3001-1-git-send-email-romain.naour@openwide.fr> <1437601623-3001-2-git-send-email-romain.naour@openwide.fr> <20150723233642.4923e1cc@free-electrons.com> Message-ID: <55C31D29.5030704@openwide.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Thomas, Le 23/07/2015 23:36, Thomas Petazzoni a ?crit : > Dear Romain Naour, > > On Wed, 22 Jul 2015 23:47:03 +0200, Romain Naour wrote: >> When linking test-unicode statically, it needs $(ICU_LIBS) >> which contains all required flags. >> Especially -lstdc++. >> >> Fixes: >> http://autobuild.buildroot.net/results/210/2107f9dfb39eeb6559fb4271c7af8b39aef521ca/ >> >> Signed-off-by: Romain Naour >> --- >> .../0001-fix-static-linking-with-icu-uc.patch | 33 ++++++++++++++++++++++ >> 1 file changed, 33 insertions(+) >> create mode 100644 package/harfbuzz/0001-fix-static-linking-with-icu-uc.patch > > Applied, thanks. Please also submit upstream. Applied upstream: https://github.com/behdad/harfbuzz/pull/122 Best regards, Romain > > Thomas >