[pulseaudio-discuss] [PATCH 1/2] build-sys: Fix install order of libpulsecore

Felipe Sateler fsateler at debian.org
Mon Dec 28 16:03:36 PST 2015


On 28 December 2015 at 20:34, Felipe Sateler <fsateler at debian.org> wrote:
> It needs to be installed after libpulse, because of libtool relinking.

Sorry for not noticing earlier. This is fallout from my earlier patch
to install libpulsecore into pkglibdir. When building on a system that
does not have libpulse installed, the followin error occurs:

/usr/bin/ld: cannot find -lpulse
collect2: error: ld returned 1 exit status
libtool: install: error: relink `libpulsecore-7.99.la' with the above
command before installing it
Makefile:5012: recipe for target 'install-pkglibLTLIBRARIES' failed

This patch orders first libpulsecommon, then normal libs, and then
pkglibs (which is only libpulsecore now).

-- 

Saludos,
Felipe Sateler


More information about the pulseaudio-discuss mailing list