3572541
diff -up vsftpd-2.1.0/Makefile.libs vsftpd-2.1.0/Makefile
3572541
--- vsftpd-2.1.0/Makefile.libs	2009-01-08 18:55:39.000000000 +0100
3572541
+++ vsftpd-2.1.0/Makefile	2009-01-08 18:55:57.000000000 +0100
3572541
@@ -5,7 +5,7 @@ IFLAGS  = -idirafter dummyinc
cvsdist 5f53d3d
 #CFLAGS = -g
cvsdist 5f53d3d
 CFLAGS	=	-O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion
cvsdist 5f53d3d
 
cvsdist 5f53d3d
-LIBS	=	`./vsf_findlibs.sh`
cvsdist 5f53d3d
+LIBS	=	-lwrap -lnsl -lpam -lcap -ldl
cvsdist 5f53d3d
 LINK	=	-Wl,-s
cvsdist 5f53d3d
 
cvsdist 5f53d3d
 OBJS	=	main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o \