forked from pool/nss_wrapper
ab60afe8c0
This is a special library for creating testing environments. OBS-URL: https://build.opensuse.org/request/show/222159 OBS-URL: https://build.opensuse.org/package/show/devel:tools/nss_wrapper?expand=0&rev=1
10 lines
325 B
Plaintext
10 lines
325 B
Plaintext
# This is a special library only for testing purposes. You cannot link this
|
|
# library. It is only inteded to be used with LD_PRELOAD. This package is
|
|
# the devel package.
|
|
#
|
|
# Learn more at http://cwrap.org
|
|
#
|
|
addFilter("shlib-policy-name-error")
|
|
addFilter("shared-lib-calls-exit")
|
|
addFilter("devel-file-in-non-devel-package")
|