]> git.proxmox.com Git - perlmod.git/commit
genpackage: change library loading
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 18 Dec 2023 08:26:47 +0000 (09:26 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 18 Dec 2023 08:26:47 +0000 (09:26 +0100)
commitc6d49a8cdea5a04d058d02cfd08fa4ea0157e704
tree356946a83e85ee7a7dab750422d810576ec68206
parentfa7d62bf37c12545cf418df6dbb7f3aad39e74f7
genpackage: change library loading

Replace the 'libdirs()' function with a 'libfile()' function.
To text a fixed file, we should only place that one file in there in
test suites.

Additionally, search LD_LIBRARY_PATH before the auto-dirs, which
should make custom testing via the command line easier as well.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
perlmod-bin/genpackage.pl