Files
pkgsrc-ng/net/vsftpd/patches/patch-aa
2013-09-26 17:14:40 +02:00

20 lines
530 B
Plaintext

$NetBSD: patch-aa,v 1.5 2010/11/08 17:10:55 abs Exp $
Remove unconditional Makefile variable definitions
--- Makefile.orig 2009-05-22 19:44:52.000000000 +0000
+++ 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 \