Merge remote-tracking branch 'oe_21/master' into vuplus-3.0-next
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-daemon / vsftpd / vsftpd-3.0.2 / makefile-strip.patch
1 Disable stripping at link time
2
3 Upstream-Status: Inappropriate [config]
4
5 Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
6
7 diff --git a/Makefile b/Makefile
8 --- a/Makefile
9 +++ b/Makefile
10 @@ -9,7 +9,6 @@ CFLAGS  =       -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 \
11         #-pedantic -Wconversion
12  
13  LIBS   =       -lssl -lcrypto -lnsl -lresolv
14 -LINK   =       -Wl,-s
15  LDFLAGS        =       -fPIE -pie -Wl,-z,relro -Wl,-z,now
16  
17  OBJS   =       main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o \