You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
332 B

  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -8,8 +8,8 @@ CFLAGS = -O2 -fPIE -fstack-protector --p
  4. -D_FORTIFY_SOURCE=2 \
  5. #-pedantic -Wconversion
  6. -LIBS = `./vsf_findlibs.sh`
  7. -LINK = -Wl,-s
  8. +LIBS = -lcrypt -lnsl
  9. +LINK =
  10. LDFLAGS = -fPIE -pie -Wl,-z,relro -Wl,-z,now
  11. OBJS = main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o \