Commit
2034bbfac88b7d1360f9c939e173ff758f7f47ac
by Sven GothelBug 1268 - DynamicLibraryBundleInfo: Add NativeLibrary's
'searchSystemPath' and 'searchSystemPathFirst' attributes
NativeLibrary can be instantiate by defining
'searchSystemPath' and 'searchSystemPathFirst' arguments, allowing to
specify the system path role while looking up the library.
Since NativeLibrary is utilized via DynamicLibraryBundleInfo upstream,
the latter interface shall allow users to specify those attributes.
(commit: 2034bbf)