Don't unconditionally strip during linking, leave it for install so

${INSTALL_STRIP} is honoured. Bump.
This commit is contained in:
sthen 2010-04-07 21:37:35 +00:00
parent 39f4710798
commit 938d5795f0
2 changed files with 14 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.23 2009/11/20 01:55:04 sthen Exp $
# $OpenBSD: Makefile,v 1.24 2010/04/07 21:37:35 sthen Exp $
COMMENT= ftp daemon which aims to be secure
DISTNAME= vsftpd-2.2.2
PKGNAME= ${DISTNAME}p0
CATEGORIES= net
HOMEPAGE= http://vsftpd.beasts.org/

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Makefile,v 1.4 2010/04/07 21:37:35 sthen Exp $
--- Makefile.orig Wed Feb 3 10:16:57 2010
+++ Makefile Wed Feb 3 10:17:01 2010
@@ -6,7 +6,7 @@ IFLAGS = -idirafter dummyinc
CFLAGS = -O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion
LIBS = `./vsf_findlibs.sh`
-LINK = -Wl,-s
+LINK = -Wl
OBJS = main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o \
tunables.o ftpdataio.o secbuf.o ls.o \