diff options
Diffstat (limited to 'community/vsftpd/strip.patch')
-rw-r--r-- | community/vsftpd/strip.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/vsftpd/strip.patch b/community/vsftpd/strip.patch new file mode 100644 index 0000000000..3983173c22 --- /dev/null +++ b/community/vsftpd/strip.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile b/Makefile +index c63ed1b..a02f3c1 100644 +--- a/Makefile ++++ b/Makefile +@@ -9,7 +9,7 @@ CFLAGS = -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 \ + #-pedantic -Wconversion + + LIBS = `./vsf_findlibs.sh` +-LINK = -Wl,-s ++LINK = + LDFLAGS = -fPIE -pie -Wl,-z,relro -Wl,-z,now + + OBJS = main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o \ |