summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Faulkner <jay@jvf.cc>2024-03-25 15:34:35 -0700
committerJoonas Niilola <juippis@gentoo.org>2024-03-29 15:54:42 +0200
commit458ac56c274e347c83fc5b87ea376fc1b57ef3a2 (patch)
treebb67c0435a41b21b0b60c21e5f15c4b631d6fbb0 /net-misc/r8152/r8152-2.17.1.ebuild
parentapp-containers/apptainer: drop 1.2.4 (diff)
downloadgentoo-458ac56c274e347c83fc5b87ea376fc1b57ef3a2.tar.gz
gentoo-458ac56c274e347c83fc5b87ea376fc1b57ef3a2.tar.bz2
gentoo-458ac56c274e347c83fc5b87ea376fc1b57ef3a2.zip
net-misc/r8152: fix bug 926829; build on kernel >=6.8
Imports patch from bug 926829 to fix build issues on linux kernels 6.8 or newer. Closes: https://bugs.gentoo.org/926829 Signed-off-by: Jay Faulkner <jay@jvf.cc> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/r8152/r8152-2.17.1.ebuild')
-rw-r--r--net-misc/r8152/r8152-2.17.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/r8152/r8152-2.17.1.ebuild b/net-misc/r8152/r8152-2.17.1.ebuild
index 7d3f7b0a6e6e..992571ed39c9 100644
--- a/net-misc/r8152/r8152-2.17.1.ebuild
+++ b/net-misc/r8152/r8152-2.17.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,6 +23,7 @@ IUSE="+center-tap-short"
PATCHES=(
"${FILESDIR}"/${PN}-2.16.3-kernel-6.4.10-fix.patch
"${FILESDIR}"/${PN}-2.16.3-asus-c5000-support.patch
+ "${FILESDIR}"/${PN}-2.17.1-kernel-6.8-strscpy.patch
)
src_compile() {