26 lines
718 B
Plaintext
26 lines
718 B
Plaintext
# Project Entropy 1.0 Entropy configuration file
|
|
#
|
|
# This is part of the broken libraries QA tool.
|
|
# Such tool will collect broken libraries and will automatically filter out
|
|
# the ones listed here.
|
|
# Additionally, you can list paths where it is known to find broken executables
|
|
# or libraries by default (blame upstream project developers for using nasty
|
|
# tricks like LD_LIBRARY_PATH and friends).
|
|
# Regular expressions allowed (prepending "r:") this way:
|
|
# r:mylib.*.so.*
|
|
#
|
|
|
|
libnvidia-tls.so.1
|
|
libGLcore.so.1
|
|
libjvm.so
|
|
librox-clib.so.6
|
|
libjawt.so
|
|
libxpcom_core.so
|
|
r:libnvidia-tls.so.*
|
|
r:libuno_cppu.so.*
|
|
r:libuno_cppuhelpergcc3.so.*
|
|
r:libuno_sal.so.*
|
|
|
|
# /opt path is usually known to contain borked stuff
|
|
# r:^/opt
|