[ecryptfs-utils] fix check phase

Michal Hlavinka mhlavink at fedoraproject.org
Mon Jun 4 13:12:09 UTC 2012


commit c180271dea78cde5f26e3077827c5861f26d447d
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon Jun 4 15:12:05 2012 +0200

    fix check phase

 ecryptfs-utils.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/ecryptfs-utils.spec b/ecryptfs-utils.spec
index 0133380..8a51912 100644
--- a/ecryptfs-utils.spec
+++ b/ecryptfs-utils.spec
@@ -167,6 +167,7 @@ if ldd $RPM_BUILD_ROOT%{_sbindir}/umount.ecryptfs | grep -q '/usr/'
 then
   exit 1
 fi
+export LD_LIBRARY_PATH=$(pwd)/src/libecryptfs/.libs
 make check
 
 %pre


More information about the scm-commits mailing list