Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: gkbuilds/
Date: Thu, 27 Aug 2020 17:53:29
Message-Id: 1598550773.08a8044fcd552fc913ec3168be0af323b4b86c05.whissi@gentoo
1 commit: 08a8044fcd552fc913ec3168be0af323b4b86c05
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 17:52:53 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 17:52:53 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=08a8044f
7
8 gkbuilds/eudev: Set exec_prefix
9
10 This is required for proper generation of 64-btrfs.rules.
11
12 Bug: https://bugs.gentoo.org/739268
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 gkbuilds/eudev.gkbuild | 5 +++++
16 1 file changed, 5 insertions(+)
17
18 diff --git a/gkbuilds/eudev.gkbuild b/gkbuilds/eudev.gkbuild
19 index 0677f0e..a9df513 100644
20 --- a/gkbuilds/eudev.gkbuild
21 +++ b/gkbuilds/eudev.gkbuild
22 @@ -3,6 +3,11 @@
23
24 src_configure() {
25 local myconf=(
26 + --exec-prefix=
27 + --bindir=/usr/bin
28 + --sbindir=/usr/sbin
29 + --includedir=/usr/include
30 + --libdir=/usr/lib
31 --enable-static
32 --enable-blkid
33 --disable-introspection