pkgsrc/net/vsftpd/patches/patch-aa
joerg 0ad6a280a0 Improve linkage but not using the crappy shell script from vsftpd,
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.
2006-05-16 21:08:50 +00:00

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 \