aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/vsftpd/vsftpd-2.3.5/makefile-strip.patch
blob: a2e0cd048fef04c3401d1139af99cdb90a04d8b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Disable stripping at link time

Upstream-Status: Inappropriate [config]

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,6 @@ IFLAGS  = -idirafter dummyinc
 CFLAGS	=	-O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion
 
 LIBS	=	-lssl -lcrypto -lnsl -lresolv
-LINK	=	-Wl,-s
 
 OBJS	=	main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o \
 		tunables.o ftpdataio.o secbuf.o ls.o \