sys-kernel/genkernel: drop "use" call from gkbuild patch

This was mis-copied from the ebuilds

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler
2024-05-01 11:03:54 -05:00
parent c573e66ca1
commit 3d6b0992ba

View File

@@ -7,7 +7,7 @@ index b43f753..e8060e5 100644
src_compile() {
+ # bug 907082
+ use elibc_musl && append-cppflags -D_LARGEFILE64_SOURCE
+ append-cppflags -D_LARGEFILE64_SOURCE
+
gkmake V=1 mdadm mdmon
}