Hi Guillermo,

On Wednesday 10 December 2014 17:14:06 Guillermo Rodriguez Garcia wrote:
> 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
> ^^^^^^^^^^^
> [...]

What is the difference between 'includedir' and 'libincludedir'?
What kind of files does the install stage install to these locations?

Regards,
Juergen

-- 
Pengutronix e.K.                              | Juergen Borleis             |
Industrial Linux Solutions                    | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
[email protected]

Reply via email to