net-misc/kissy: fix CFLAGS and LDFLAGS

Closes: https://bugs.gentoo.org/975968
Closes: https://bugs.gentoo.org/975967
Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
Ceres
2026-05-26 14:17:22 +01:00
parent 8880fc0df2
commit 6c8780f44e

View File

@@ -18,5 +18,5 @@ RDEPEND="net-misc/openssh"
DEPEND="${RDEPEND}"
src_install() {
emake PREFIX="${D}/usr" install
emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" PREFIX="${D}/usr" install
}