This repository has been archived on 2025-09-06. You can view files and clone it, but cannot push or open issues/pull-requests.
home-assistant-yellow/patches/ebuilds/app-containers/conmon/cross-pkg-config.patch

12 lines
245 B
Diff

--- a/conmon-2.1.6.ebuild 2023-03-16 15:02:17.213375763 -0000
+++ b/conmon-2.1.6.ebuild 2023-03-16 15:02:46.337375763 -0000
@@ -34,7 +34,7 @@
}
src_compile() {
- tc-export CC
+ tc-export CC PKG_CONFIG
emake GIT_COMMIT="v${PV}" \
all
}