From 4f1c77c05ef7b7205bd9fa2548d3139690666fa6 Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Mon, 7 Mar 2016 02:10:18 +0100 Subject: [PATCH] Portability --- example/diameter/pcapDecoder/SConscript | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/example/diameter/pcapDecoder/SConscript b/example/diameter/pcapDecoder/SConscript index c84a9c6..e0b60ad 100644 --- a/example/diameter/pcapDecoder/SConscript +++ b/example/diameter/pcapDecoder/SConscript @@ -23,6 +23,11 @@ anna_rlibs.reverse() # To avoid other libraries accumulation: localEnv = env.Clone() +# Pcap resources: +localEnv.Append (CPPPATH = '/usr/include') +anna_libpaths.append ('/usr/lib64') +# # another way is to put this below: localEnv.Append(LIBPATH = [anna_libpaths, '/usr/lib64']) + anna_library = { 'LIBS' : anna_rlibs } localEnv.MergeFlags (anna_library) -- 2.20.1