Bug 266

Summary: src/wscript unconditionally sets conf.env['NS3_MODULE_PATH']
Product: ns-3 Reporter: Mathieu Lacage <mathieu.lacage>
Component: build systemAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: gjcarneiro
Priority: P3    
Version: pre-release   
Hardware: All   
OS: All   
Attachments: use append

Description Mathieu Lacage 2008-07-30 16:42:46 UTC
It would be really helpful if it could use conf.env.append instead because that would allow other waf scripts to add to NS3_MODULE_PATH.

Patch coming.
Comment 1 Mathieu Lacage 2008-07-30 16:43:12 UTC
Created attachment 218 [details]
use append
Comment 2 Mathieu Lacage 2008-07-30 16:44:11 UTC
I append to this variable from src/process/wscript because I generate another library there and I want to find it with LD_LIBRARY_PATH when I run ./waf --shell.
Comment 3 Gustavo J. A. M. Carneiro 2008-07-31 13:49:20 UTC
Sounds good to commit.
Comment 4 Mathieu Lacage 2008-07-31 17:55:09 UTC
changeset ce35418645e9