- 
    
Suggestion
 - 
    Resolution: Unresolved
 - 
    
P2: Important
 - 
    None
 - 
    None
 
When building Qt from source,
- The linker option -Wl,--enable-new-dtags is passed by default
 - Passing -no-feature-enable_new_dtags removes -Wl,--enable-new-dtags
 - However, there is no way to explicitly pass -Wl,--disable-new-dtags
 
Request/Suggestion
Please provide an option to Qt's configure script to apply -Wl,--disable-new-dtags explicitly