forked from rosa/hakurei
internal/rosa/package: replace pkg-config
This replaces pkg-config with pkgconf for most packages. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -20,7 +20,7 @@ package libtirpc {
|
||||
exec = make {
|
||||
generate = "sh -e ./bootstrap";
|
||||
configure = {
|
||||
"CFLAGS": `"$(pkg-config --cflags libbsd-overlay) ${CFLAGS:-}"`;
|
||||
"CFLAGS": `"$(pkgconf --cflags libbsd-overlay) ${CFLAGS:-}"`;
|
||||
"disable-gssapi";
|
||||
};
|
||||
};
|
||||
@@ -28,7 +28,7 @@ package libtirpc {
|
||||
inputs = [
|
||||
automake,
|
||||
libtool,
|
||||
pkg-config,
|
||||
pkgconf,
|
||||
|
||||
libbsd,
|
||||
kernel-headers,
|
||||
|
||||
Reference in New Issue
Block a user