[vsftpd] update to 3.0.2.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-daemon / vsftpd / vsftpd-3.0.2 / makefile-strip.patch
diff --git a/meta-openvuplus/recipes-daemon/vsftpd/vsftpd-3.0.2/makefile-strip.patch b/meta-openvuplus/recipes-daemon/vsftpd/vsftpd-3.0.2/makefile-strip.patch
new file mode 100644 (file)
index 0000000..fd31600
--- /dev/null
@@ -0,0 +1,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
+@@ -9,7 +9,6 @@ CFLAGS =       -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 \
+       #-pedantic -Wconversion
+ LIBS  =       -lssl -lcrypto -lnsl -lresolv
+-LINK  =       -Wl,-s
+ LDFLAGS       =       -fPIE -pie -Wl,-z,relro -Wl,-z,now
+ OBJS  =       main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o \