cvsdist 5f53d3d
--- vsftpd-1.2.1/Makefile.rh1	2003-11-25 15:58:11.000000000 +0100
cvsdist 5f53d3d
+++ vsftpd-1.2.1/Makefile	2003-11-25 15:58:33.000000000 +0100
cvsdist 5f53d3d
@@ -5,7 +5,8 @@
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	=	`./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 \