]> git.pld-linux.org Git - packages/ftpd-BSD.git/blame_incremental - ftpd-BSD-no_libnsl.patch
- cosmetics (spaces -> tabs)
[packages/ftpd-BSD.git] / ftpd-BSD-no_libnsl.patch
... / ...
CommitLineData
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.032828 seconds and 4 git commands to generate.