- fixes #565067 - FTBFS: ImplicitDSOLinking

This commit is contained in:
Jiri Skala 2010-02-15 13:46:19 +00:00
parent 8458fa9dff
commit 2e736b72f9
2 changed files with 19 additions and 1 deletions

12
vsftpd-2.2.2-dso.patch Normal file
View File

@ -0,0 +1,12 @@
diff -up vsftpd-2.2.2/Makefile.dso vsftpd-2.2.2/Makefile
--- vsftpd-2.2.2/Makefile.dso 2010-02-15 14:22:36.107319983 +0100
+++ vsftpd-2.2.2/Makefile 2010-02-15 14:37:45.760066748 +0100
@@ -5,7 +5,7 @@ IFLAGS = -idirafter dummyinc
#CFLAGS = -g
CFLAGS = -O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion
-LIBS = -lwrap -lnsl -lpam -lcap -ldl
+LIBS = -lwrap -lnsl -lpam -lcap -ldl -lcrypto
LINK = -Wl,-s
OBJS = main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o \

View File

@ -2,7 +2,7 @@
Name: vsftpd
Version: 2.2.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Very Secure Ftp Daemon
Group: System Environment/Daemons
@ -51,6 +51,8 @@ Patch12: vsftpd-2.1.1-daemonize_plus.patch
Patch13: vsftpd-2.2.0-openssl.patch
Patch14: vsftpd-2.2.0-wildchar.patch
Patch15: vsftpd-2.2.2-dso.patch
%description
vsftpd is a Very Secure FTP daemon. It was written completely from
scratch.
@ -75,6 +77,7 @@ cp %{SOURCE1} .
%patch12 -p1 -b .daemonize_plus
%patch13 -p1 -b .openssl
%patch14 -p1 -b .wildchar
%patch15 -p1 -b .dso
%build
%ifarch s390x sparcv9 sparc64
@ -139,6 +142,9 @@ fi
%changelog
* Mon Feb 15 2010 Jiri Skala <jskala@redhat.com> - 2.2.2-3
- fixes #565067 - FTBFS: ImplicitDSOLinking
* Thu Dec 17 2009 Jiri Skala <jskala@redhat.com> - 2.2.2-2
- corrected two patches due to fuzz 0