On Wed, Apr 20, 2016 at 10:33 AM, Mike Frysinger <vap...@gentoo.org> wrote:
> On 19 Apr 2016 22:12, Leno Hou wrote: > > --- /dev/null > > +++ b/app-text/opensp/files/opensp-1.5.2-configure-with-ppc64le.patch > > @@ -0,0 +1,26 @@ > > +--- configure.orig 2016-04-09 16:24:17.507053635 +0000 > > ++++ configure 2016-04-09 16:25:41.851918142 +0000 > > +@@ -4947,6 +4947,9 @@ > > + ppc64-*linux*|powerpc64-*linux*) > > + LD="${LD-ld} -m elf32ppclinux" > > + ;; > > ++ ppc64le-*linux*|powerpc64le-*linux*) > > ++ LD="${LD-ld} -m elf32lppclinux" > > ++ ;; > > you appear to be patching libtool code. this should be in libtool > itself. if it's a common issue, we'll want to leverage elibtoolize > here. make a patch and stick it in eclass/ELT-patches/ppc64le/, > and then update the libtool.eclass file to apply those. then update > opensp to call the elibtoolize function in src_prepare. > -mike > Thanks Mike, I've sent the patch in mailing list and cc'ed you. Could you help me to review and merge? -Leno Hou