Hello all,

I am trying to port a package to ptxdist (libzip). This package
creates a pkg-config .pc file that contains some hardcoded paths.
During the install stage, it looks like ptxdist already does some
magic to "fix" the hardcoded paths (where is this done?), however not
all paths are fixed.

Here's the .pc file that gets copied to sysroot-target:

prefix=${pcfiledir}/../..
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
libincludedir=/usr/lib/libzip/include
^^^^^^^^^^^
[...]

Can someone help?

Thank you,

Guillermo Rodriguez Garcia
[email protected]

-- 
ptxdist mailing list
[email protected]

Reply via email to