From 8904e53df73e0682457e5e339026a5ff6a1ed0ce Mon Sep 17 00:00:00 2001 From: Ronald Farrer Date: Fri, 30 Jul 2021 19:56:00 -0700 Subject: [PATCH] Testing surface-dtx-daemon-9999.ebuild with different options. --- app-misc/surface-dtx-daemon/surface-dtx-daemon-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-misc/surface-dtx-daemon/surface-dtx-daemon-9999.ebuild b/app-misc/surface-dtx-daemon/surface-dtx-daemon-9999.ebuild index dc86335..e9d6599 100644 --- a/app-misc/surface-dtx-daemon/surface-dtx-daemon-9999.ebuild +++ b/app-misc/surface-dtx-daemon/surface-dtx-daemon-9999.ebuild @@ -21,9 +21,11 @@ S="${WORKDIR}/surface-dtx-daemon-9999" src_unpack() { git-r3_src_unpack - cargo_live_src_unpack } src_compile() { - cargo_src_compile --locked + emake CC="$(tc-getCC)" \ + CPPFLAGS="${CPPFLAGS}" \ + CFLAGS="${CFLAGS}" \ + LDFLAGS="${LDFLAGS}" }