Skip to content
Snippets Groups Projects
Commit ecee6bb3 authored by József Gyürüsi's avatar József Gyürüsi
Browse files

[internal #0] pthread added to linux libs in Var/makefile update


Change-Id: I39f240311a4547a47fbbb4f3d680080d58e6b181
Signed-off-by: default avatarJózsef Gyürüsi <jozsef.gyurusi@ericsson.com>
parent f102a63e
No related branches found
No related tags found
1 merge request!8[internal #0] fixing f_EPTF_Base_executeShell to use sh/bash/tcsh to start the command
......@@ -18,7 +18,7 @@ s/SOLARIS8_LIBS = -lsocket -lnsl -lxml2/SOLARIS8_LIBS = -lsocket -lnsl -lxml2 -l
s/OPENSSL_DIR = $(TTCN3_DIR)/OPENSSL_DIR = \/mnt\/projects\/TTCN\/Tools\/openssl-0.9.8e/g
s/LINUX_LIBS =/LINUX_LIBS = -lpcap -lutil/g
s/LINUX_LIBS =/LINUX_LIBS = -lpcap -lutil -lpthread/g
s/SOLARIS_LIBS =/SOLARIS_LIBS = -lnsl -lxml2 -lresolv -lpcap/g
' <$1 | "$comm_base_dir/../Variable/makefile_patch_compiler_flags.sh" >$2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment