tsp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tsp-devel] tsp package config patch for rpm packages


From: Robert de Vries
Subject: [Tsp-devel] tsp package config patch for rpm packages
Date: Sat, 17 Nov 2007 20:51:16 +0100
User-agent: KMail/1.9.6 (enterprise 0.20071012.724442)

Hi all,

The newer rpm package build check scripts (fedora 8) complain about the tsp.pc 
file. The problem is that the it contains the build time absolute path 
instead of the relative paths.
In my case it contains for instance the following:
prefix=/home/rhdv/src/tsp-build/RPM/tmp/usr
It should be
prefix=/usr

Attached patch introduces an extra variable PKGCONFIG_INSTALL_PREFIX that is 
set by default to CMAKE_INSTALL_PREFIX.
The PKGCONFIG_INSTALL_PREFIX is only explicitly set by the tsp.spec file.

        Robert

Attachment: tsp.pc.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]