fix bug 176315

This commit is contained in:
jvdias 2005-12-21 20:27:10 +00:00
parent 83704f96f3
commit 36a596f6f6

View File

@ -1,7 +1,7 @@
Summary: A sophisticated file transfer program
Name: lftp
Version: 3.3.5
Release: 2
Release: 4
License: GPL
Group: Applications/Internet
Source0: http://ftp.yars.free.net/lftp/lftp-%{version}.tar.bz2
@ -27,7 +27,7 @@ if pkg-config openssl ; then
LDFLAGS=`pkg-config --libs-only-L openssl`; export LDFLAGS
fi
LDFLAGS="-L`pwd`/src/.libs $LDFLAGS"; export LDFLAGS
%configure --with-modules --disable-static --with-ssl --with-debug
%configure --with-modules --disable-static --with-openssl=/usr --with-debug
export tagname=CC
make LIBTOOL=%{_bindir}/libtool
@ -65,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lftp/%{version}/proto-sftp.so
%changelog
* Wed Dec 21 2005 Jason Vas Dias<jvdias@redhat.com> - 3.3.5-4
- fix bug 176315: openssl libraries not being picked up - gnutls was instead
- improvements to bug 172376 fix
* Tue Dec 20 2005 Jason Vas Dias<jvdias@redhat.com> - 3.3.5-2
- fix bug 176175: perl-String-CRC32 now in separate RPM