5f53d3d034
Mon Nov 24 2003 Karsten Hopp <karsten@redhat.de> 1.2.1-1 - update to 1.2.1, which fixes #89765 and lot of other issues - remove manpage patch, it isn't required anymore - clean up init script - don't use script to find libs to link with (lib64 issues)
13 lines
408 B
Diff
13 lines
408 B
Diff
--- vsftpd-1.2.1/Makefile.rh1 2003-11-25 15:58:11.000000000 +0100
|
|
+++ vsftpd-1.2.1/Makefile 2003-11-25 15:58:33.000000000 +0100
|
|
@@ -5,7 +5,8 @@
|
|
#CFLAGS = -g
|
|
CFLAGS = -O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion
|
|
|
|
-LIBS = `./vsf_findlibs.sh`
|
|
+#LIBS = `./vsf_findlibs.sh`
|
|
+LIBS = -lwrap -lnsl -lpam -lcap -ldl
|
|
LINK = -Wl,-s
|
|
|
|
OBJS = main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o \
|