rpms/ecryptfs-utils/F-9 ecryptfs-utils.spec,1.18,1.19

Michal Hlavinka mhlavink at fedoraproject.org
Tue Feb 24 09:18:36 UTC 2009


Author: mhlavink

Update of /cvs/extras/rpms/ecryptfs-utils/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17931

Modified Files:
	ecryptfs-utils.spec 
Log Message:
remove rpath



Index: ecryptfs-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/ecryptfs-utils/F-9/ecryptfs-utils.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ecryptfs-utils.spec	3 Jun 2008 20:24:28 -0000	1.18
+++ ecryptfs-utils.spec	24 Feb 2009 09:18:06 -0000	1.19
@@ -1,6 +1,6 @@
 Name: ecryptfs-utils
 Version: 46
-Release: 0%{?dist}
+Release: 1{?dist}
 Summary: The eCryptfs mount helper and support libraries
 Group: System Environment/Base
 License: GPL
@@ -31,7 +31,10 @@
 %setup -q
 
 %build
-%configure --disable-opencryptoki --disable-rpath
+%configure --disable-opencryptoki
+#disable rpath
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 make %{?_smp_mflags}
 
 %install
@@ -87,6 +90,9 @@
 %{_includedir}/ecryptfs.h
 
 %changelog
+* Tue Feb 24 2009 Michal Hlavinka <mhlavink at redhat.com> 46-1
+- remove rpath
+
 * Tue Jun 03 2008 Eric Sandeen <sandeen at redhat.com> 46-0
 - New upstream version
 




More information about the fedora-extras-commits mailing list