libcacard.pc paths are not modified when configure prefix is

Bug #1481654 reported by jean-christophe manciot
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
QEMU
Fix Released
Undecided
Unassigned

Bug Description

Ubuntu Server 15.04 Gnome
Qemu sources from master git://git.qemu-project.org/qemu.git 2.4.0-rc3 SHA 2be4f242

Built with:
make distclean
./configure --target-list=x86_64-softmmu \
            --cpu=x86_64 \
            --enable-virtfs \
            --enable-kvm \
            --enable-spice \
            --enable-usb-redir \
            --enable-libusb \
            --audio-drv-list=oss,alsa,sdl,pa \
            --enable-uuid \
            --enable-libnfs \
            --enable-libssh2 \
     --prefix=/usr --sysconfdir=/etc --localstatedir=/var

make -j6

Yet, /usr/lib/libcacard.pc:
prefix=/usr/local
exec_prefix=${prefix}
libdir=/usr/local/lib
includedir=/usr/local/include/cacard

Name: cacard
Description: CA Card library
Version: 2.3.50

Requires.private: nss glib-2.0
Libs: -L${libdir} -lcacard
Libs.private:
Cflags: -I${includedir}

This issue affects the building of spice-client-gtk (http://cgit.freedesktop.org/spice/spice-gtk/) which expects correct paths in that file.

Revision history for this message
Thomas Huth (th-huth) wrote :

Since QEMU 2.5, libcacard is now an external project (see http://www.spice-space.org/page/Libcacard), so this should not be a problem anymore.

Changed in qemu:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.