diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-30 13:57:20 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-05-30 13:57:20 -0400 |
commit | e9ba15e5acce91405f8a743d74987d01c3cd8c53 (patch) | |
tree | cb48aeb093c9d9ac5d092e784997cf129277c79c /TODO | |
parent | b76a6efb4668d3fa60905a575d75ade4dcfabb85 (diff) | |
download | sbo-maintainer-tools-e9ba15e5acce91405f8a743d74987d01c3cd8c53.tar.gz |
sbolint: check that LIBDIRSUFFIX and SLKCFLAGS get used, if set.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,8 +1,7 @@ TODO: check for "if [ -x /usr/bin/whatever ]" in doinst.sh, warn if missing. this could be an ill-defined mess. -TODO: sbolint should warn if LIBDIRSUFFIX and/or SLKCFLAGS are - set but never used. And/or, sbopkglint could complain if - the SlackBuild sets SLKCFLAGS but there's no native code. +TODO: sbopkglint could complain if the SlackBuild sets SLKCFLAGS + but there's no native code. TODO: check for non-executable shared libs. Future test ideas: |