From 8361588eb3f49e9aca0d9ae6a2a2fb77712b8619 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Tue, 23 Apr 2013 19:43:35 +0200 Subject: [PATCH] libnfsidmap: Set pluginpath. Set the pluginpath for libnfsidmap to be able to dynamically load and find the required plugins. --- libnfsidmap/libnfsidmap.nm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libnfsidmap/libnfsidmap.nm b/libnfsidmap/libnfsidmap.nm index 40a8f1457..7cd1bd102 100644 --- a/libnfsidmap/libnfsidmap.nm +++ b/libnfsidmap/libnfsidmap.nm @@ -5,7 +5,7 @@ name = libnfsidmap version = 0.25 -release = 1 +release = 2 groups = System/Libraries url = http://www.citi.umich.edu/projects/nfsv4/linux/ @@ -28,6 +28,7 @@ build end configure_options += \ + --with-pluginpath=%{libdir}/%{name} \ --disable-static prepare_cmds -- 2.47.3