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-libs.patch
1 Hardcode LIBS instead of using a script to determine available libs
2
3 We want to avoid this dynamic detection so we have a deterministic
4 build.
5
6 Upstream-Status: Inappropriate [config]
7
8 Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
9
10 diff --git a/Makefile b/Makefile
11 --- a/Makefile
12 +++ b/Makefile
13 @@ -5,7 +5,7 @@
14  #CFLAGS = -g
15  CFLAGS =       -O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion
16  
17 -LIBS   =       `./vsf_findlibs.sh`
18 +LIBS   =       -lssl -lcrypto -lnsl -lresolv
19  LINK   =       -Wl,-s
20  
21  OBJS   =       main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o \