[Webkit-unassigned] [Bug 126381] REGRESSION(r160304): [GTK] Disable libtool fast install

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 7 09:45:15 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=126381





--- Comment #13 from Alberto Garcia <berto at igalia.com>  2014-01-07 09:43:00 PST ---
(In reply to comment #12)
> > Do you pass DESTDIR to make install?
>
> No, I don't

libtool doesn't seem to be able to find the .la files that it needs to
relink the binaries if they are installed in a temporary dir using
DESTDIR, which is the method that distributors use to package the
sofware.

I think I anyway found the solution, if we pass --enable-fast-install
to configure all binaries will be correctly linked for installation
and without rpath, so that should be enough.

Gustavo, what do you think?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list