From: Lucas De Marchi Date: Tue, 10 Sep 2024 18:27:06 +0000 (-0500) Subject: Remove depmod_module_directory_override from .pc X-Git-Tag: v34~373 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9e7bb518b3c54175466badf6f5eb23a89e571ad;p=thirdparty%2Fkmod.git Remove depmod_module_directory_override from .pc Hopefully this is not needed to implement the kernel side. Let's remove it and bring it back in case it really is. Signed-off-by: Lucas De Marchi --- diff --git a/tools/kmod.pc.in b/tools/kmod.pc.in index 2d9f885f..97215c8e 100644 --- a/tools/kmod.pc.in +++ b/tools/kmod.pc.in @@ -4,7 +4,6 @@ distconfdir=@distconfdir@ module_directory=@module_directory@ module_compressions=@module_compressions@ module_signatures=@module_signatures@ -depmod_module_directory_override=true Name: kmod Description: Tools to deal with kernel modules