]> git.ipfire.org Git - ipfire-3.x.git/blame - vsftpd/patches/2-vsftpd-libs-3.patch
Move all packages to root.
[ipfire-3.x.git] / vsftpd / patches / 2-vsftpd-libs-3.patch
CommitLineData
a3c2fdf5
BS
1diff -up vsftpd-2.1.0/Makefile.libs vsftpd-2.1.0/Makefile
2--- vsftpd-2.1.0/Makefile.libs 2009-01-08 18:55:39.000000000 +0100
3+++ vsftpd-2.1.0/Makefile 2009-01-08 18:55:57.000000000 +0100
4@@ -5,7 +5,7 @@ IFLAGS = -idirafter dummyinc
5 #CFLAGS = -g
6 CFLAGS = -O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion
7
8-LIBS = `./vsf_findlibs.sh`
9+LIBS = -lnsl -lpam -lcap -ldl -lssl
10 LINK = -Wl,-s
11
12 OBJS = main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o \
13