mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
kmod: fix pkgconf
This commit is contained in:
parent
d0cae7e5d5
commit
ffae79be09
27
packages/sysutils/kmod/patches/kmod-02_fix-pkgconf.patch
Normal file
27
packages/sysutils/kmod/patches/kmod-02_fix-pkgconf.patch
Normal file
@ -0,0 +1,27 @@
|
||||
From 19b848e18e0eaaec75d3d840b5831b82f7c6b5b5 Mon Sep 17 00:00:00 2001
|
||||
From: Stefan Saraev <stefan@saraev.ca>
|
||||
Date: Sat, 16 Aug 2014 13:39:55 +0300
|
||||
Subject: [PATCH] fix pkgconf
|
||||
|
||||
---
|
||||
libkmod/libkmod.pc.in | 6 +++---
|
||||
1 files changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/libkmod/libkmod.pc.in b/libkmod/libkmod.pc.in
|
||||
index e4fdf21..c4f1465 100644
|
||||
--- a/libkmod/libkmod.pc.in
|
||||
+++ b/libkmod/libkmod.pc.in
|
||||
@@ -1,7 +1,7 @@
|
||||
prefix=@prefix@
|
||||
-exec_prefix=@exec_prefix@
|
||||
-libdir=@libdir@
|
||||
-includedir=@includedir@
|
||||
+exec_prefix=${prefix}
|
||||
+libdir=${exec_prefix}/lib
|
||||
+includedir=${prefix}/include
|
||||
|
||||
Name: libkmod
|
||||
Description: Library to deal with kernel modules
|
||||
--
|
||||
1.7.2.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user