mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
sys-libs/safeclib: fix stdarg.h not found
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
11
sys-libs/safeclib/files/safeclib-3.7.1-stdarg.patch
Normal file
11
sys-libs/safeclib/files/safeclib-3.7.1-stdarg.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/Kbuild
|
||||
+++ b/Kbuild
|
||||
@@ -30,7 +30,7 @@
|
||||
# Test module definition
|
||||
obj-m := slkm.o testslkm.o
|
||||
|
||||
-ccflags-y := -I$(src)/include -I$(src) -I$(src)/src
|
||||
+ccflags-y := -I$(src)/include -I$(src) -I$(src)/src -iwithprefix include
|
||||
|
||||
# Functions in the kernel that don't have a 1-to-1 name correlation
|
||||
# __HAVE_ARCH_STRLCPY
|
||||
Reference in New Issue
Block a user