0ad6a280a0
which doesn't work correctly e.g. on Solaris. Make PAM optional, but since the option is on by default, nothing changes. Fix compilation on Solaris based on input from Stefan Pfetzing in PR 33494.
17 lines
480 B
Text
17 lines
480 B
Text
$NetBSD: patch-aa,v 1.4 2006/05/16 21:08:50 joerg Exp $
|
|
|
|
--- Makefile.orig 2005-06-29 00:24:03.000000000 +0200
|
|
+++ Makefile
|
|
@@ -1,12 +1,6 @@
|
|
# Makefile for systems with GNU tools
|
|
-CC = gcc
|
|
INSTALL = install
|
|
IFLAGS = -idirafter dummyinc
|
|
-#CFLAGS = -g
|
|
-CFLAGS = -O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion
|
|
-
|
|
-LIBS = `./vsf_findlibs.sh`
|
|
-LINK = -Wl,-s
|
|
|
|
OBJS = main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o \
|
|
tunables.o ftpdataio.o secbuf.o ls.o \
|