summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/makefile-strip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/makefile-strip.patch')
-rw-r--r--meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/makefile-strip.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/makefile-strip.patch b/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/makefile-strip.patch
new file mode 100644
index 0000000000..e596073887
--- /dev/null
+++ b/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/makefile-strip.patch
@@ -0,0 +1,25 @@
1From 261874ea47973ea156141185082252fc92081906 Mon Sep 17 00:00:00 2001
2From: Paul Eggleton <paul.eggleton@linux.intel.com>
3Date: Tue, 16 Apr 2013 10:53:55 +0000
4Subject: [PATCH] Disable stripping at link time
5
6Upstream-Status: Inappropriate [config]
7
8Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
9
10---
11 Makefile | 1 -
12 1 file changed, 1 deletion(-)
13
14diff --git a/Makefile b/Makefile
15index 3a5535d..e78019a 100644
16--- a/Makefile
17+++ b/Makefile
18@@ -9,7 +9,6 @@ CFLAGS = -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 \
19 #-pedantic -Wconversion
20
21 LIBS = -lssl -lcrypto -lnsl -lresolv
22-LINK = -Wl,-s
23 LDFLAGS = -fPIE -pie -Wl,-z,relro -Wl,-z,now
24
25 OBJS = main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o \