Added ldconfig overrides for EDASQLite and EDA
[sdk] / debian / libedasqlite0.lintian-overrides
1 # Because -D_FORTIFY_SOURCE works in a non-standard way
2 # (i.e. it is not handled by the preprocessor),
3 # and the C code generated by eC is preprocessed
4 # before being compiled to C code, which does not
5 # include the C header files for the functions, but
6 # rather define its own prototypes, fortify functions
7 # is not supported in eC.
8 libedasqlite0 binary: hardening-no-fortify-functions
9
10 # The libEDASQLite library is installed under the ec/ subdirectory
11 # and managed by the eC dynamic library import mechanism.
12 # debhelper is somehow calling ldconfig even though
13 # no configuration is required.
14 libedasqlite0 binary: postrm-has-useless-call-to-ldconfig
15
16 # The libEDASQLite library is installed under the ec/ subdirectory
17 # and managed by the eC dynamic library import mechanism.
18 # debhelper is somehow calling ldconfig even though
19 # no configuration is required.
20 libedasqlite0 binary: postinst-has-useless-call-to-ldconfig