rpms/ntfsprogs/devel ntfsprogs-2.0.0-implicit-DSO-libgcrypt.patch, NONE, 1.1 ntfsprogs.spec, 1.20, 1.21

Tom Callaway spot at fedoraproject.org
Wed Feb 10 20:49:00 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/ntfsprogs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13731

Modified Files:
	ntfsprogs.spec 
Added Files:
	ntfsprogs-2.0.0-implicit-DSO-libgcrypt.patch 
Log Message:
fix implicit DSO linking

ntfsprogs-2.0.0-implicit-DSO-libgcrypt.patch:
 configure.ac |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE ntfsprogs-2.0.0-implicit-DSO-libgcrypt.patch ---
diff -up ntfsprogs-2.0.0/configure.ac.DSO ntfsprogs-2.0.0/configure.ac
--- ntfsprogs-2.0.0/configure.ac.DSO	2010-02-10 15:43:25.414673151 -0500
+++ ntfsprogs-2.0.0/configure.ac	2010-02-10 15:43:55.006640902 -0500
@@ -348,6 +348,7 @@ AC_SUBST(MKNTFS_LIBS)
 AC_SUBST(AUTODIRS)
 
 # Checks for libraries.
+AC_CHECK_LIB(gcrypt, gcry_cipher_encrypt)
 
 # Checks for header files.
 AC_HEADER_STDC


Index: ntfsprogs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ntfsprogs/devel/ntfsprogs.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- ntfsprogs.spec	20 Aug 2009 14:50:26 -0000	1.20
+++ ntfsprogs.spec	10 Feb 2010 20:49:00 -0000	1.21
@@ -1,6 +1,6 @@
 Name:		ntfsprogs
 Version:	2.0.0
-Release:	13%{?dist}
+Release:	14%{?dist}
 Summary:	NTFS filesystem libraries and utilities
 Source0:	http://download.sf.net/linux-ntfs/%{name}-%{version}.tar.bz2
 Patch0:		ntfsprogs-2.0.0-build-extras-by-default.patch
@@ -8,6 +8,7 @@ Patch1:		ntfsprogs-2.0.0-mbonly-info.pat
 Patch2:		ntfsprogs-2.0.0-check_volume.patch
 Patch3:		ntfsprogs-2.0.0-undelete-segfault-fix.patch
 Patch4:		ntfsprogs-2.0.0-avoid_crash_on_failed_readall_attr.patch
+Patch5:		ntfsprogs-2.0.0-implicit-DSO-libgcrypt.patch
 License:	GPLv2+
 URL:		http://www.linux-ntfs.org/
 Group:		System Environment/Base
@@ -50,10 +51,12 @@ with the NTFS library (libntfs).
 %patch2 -p1 -b .check_volume
 %patch3 -p1 -b .undelete-segfault-fix
 %patch4 -p1 -b .avoid_crash_on_failed_readall_attr
+%patch5 -p1 -b .DSO
 
 %build
 # If we need to enable the fuse module, we'd change this.
 # The ntfs-3g stuff is better than what is here currently, so we'll let people use it.
+autoreconf -i
 %configure --enable-gnome-vfs --disable-ntfsmount --disable-static --enable-test --enable-crypto
 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
@@ -120,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/gnome-vfs-2.0/modules/libntfs-gnomevfs.so
 
 %changelog
+* Wed Feb 10 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 2.0.0-14
+- fix implicit DSO linking issue with libgcrypt
+
 * Thu Aug 20 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.0.0-13
 - rebuild for new libconfig
 



More information about the scm-commits mailing list