diff options
author | wjaskulski <wjaskulski@adva.com> | 2023-04-28 14:43:47 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-01 04:32:23 +0100 |
commit | b5b33e1cc7f17d82aa95f3edb457f98330919584 (patch) | |
tree | 272cdef1930b0d86ba096368bd08d7eabcb6d80a /net-fs | |
parent | sys-fs/mtools: Stabilize 4.0.43 arm, #907511 (diff) | |
download | gentoo-b5b33e1cc7f17d82aa95f3edb457f98330919584.tar.gz gentoo-b5b33e1cc7f17d82aa95f3edb457f98330919584.tar.bz2 gentoo-b5b33e1cc7f17d82aa95f3edb457f98330919584.zip |
net-fs/nfs-utils: add dev-db/sqlite and dev-libs/libevent to COMMON_DEPENDS
Closes: https://bugs.gentoo.org/904718
Signed-off-by: Wiktor Jaskulski <wjaskulski@adva.com>
Closes: https://github.com/gentoo/gentoo/pull/30789
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/nfs-utils/nfs-utils-2.6.3-r1.ebuild (renamed from net-fs/nfs-utils/nfs-utils-2.6.3.ebuild) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-fs/nfs-utils/nfs-utils-2.6.3.ebuild b/net-fs/nfs-utils/nfs-utils-2.6.3-r1.ebuild index e0b9d944e70f..e8c017f22555 100644 --- a/net-fs/nfs-utils/nfs-utils-2.6.3.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.6.3-r1.ebuild @@ -33,6 +33,8 @@ COMMON_DEPEND=" net-libs/libtirpc:= >=net-nds/rpcbind-0.2.4 sys-fs/e2fsprogs + dev-db/sqlite:3 + dev-libs/libevent:= caps? ( sys-libs/libcap ) ldap? ( net-nds/openldap:= @@ -43,8 +45,6 @@ COMMON_DEPEND=" ) libmount? ( sys-apps/util-linux ) nfsv4? ( - dev-db/sqlite:3 - dev-libs/libevent:= >=sys-apps/keyutils-1.5.9:= kerberos? ( >=net-libs/libtirpc-0.2.4-r1[kerberos] @@ -126,6 +126,10 @@ src_configure() { $(use_enable nfsv41) $(use_enable uuid) $(use_with tcpd tcp-wrappers) + # XXX: Remove this hack after 2.6.3 + # See bug #904718. + # Patch: https://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commit;h=bc4a5deef9f820c55fdac3c0070364c17cd91cca + LIBS="-lsqlite3 -levent_core" ) econf "${myeconfargs[@]}" } |