SliTaz SliTaz Forum

You are not logged in.

#1 2015-04-24 11:47:05

rerivero
Member
Registered: 2012-06-18
Posts: 235

Help pkg-config / PKG_CONFIG_PATH

Hi,

I'm trying to cook libshout-2.3.1 but I need it in a different path /opt/icecast

hand if I compile I get the expected result: pkgconfig/shout.pc

prefix=/opt/icecast

exec_prefix=${prefix}

libdir=${exec_prefix}/lib

includedir=${prefix}/include

cppflags= -I/opt/icecast/include

cflags_only= -pthread

but if I cook with receipt, no I get expected result:

prefix=/usr

exec_prefix=${prefix}

libdir=${exec_prefix}/lib

includedir=${prefix}/include

cppflags= -I/usr/include

cflags_only= -pthread

how to set environment variable on the receipt for the first result?

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]