]> git.pld-linux.org Git - packages/ftpd-BSD.git/blob - ftpd-BSD-no_libnsl.patch
- typo
[packages/ftpd-BSD.git] / ftpd-BSD-no_libnsl.patch
1 --- ftpd-bsd-0.3.3/Makefile~    Mon Feb 26 18:23:06 2001
2 +++ ftpd-bsd-0.3.3/Makefile     Thu Jul 19 00:32:47 2001
3 @@ -6,7 +6,7 @@
4  YACC = bison -y
5  
6  CFLAGS = $(OPT_CFLAGS) $(EXTRA_CFLAGS) -DTCPWRAPPERS -DUSE_PAM -DAUTO_UNCOMPRESS -DINTERNAL_LS
7 -LIBS = $(EXTRA_LIBS) -lutil -lwrap -lnsl -lcrypt -lpam -ldl
8 +LIBS = $(EXTRA_LIBS) -lutil -lwrap -lcrypt -lpam
9  ## If you prefer shadow password support, try this:
10  #CFLAGS = $(OPT_CFLAGS) $(EXTRA_CFLAGS) -DTCPWRAPPERS -DUSE_SHADOW -DAUTO_UNCOMPRESS -DINTERNAL_LS
11  #LIBS = $(EXTRA_LIBS) -lutil -lwrap -lnsl -lcrypt
This page took 0.086955 seconds and 3 git commands to generate.