mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-12-18 04:27:03 +07:00
0b22179acd
Symlinking tools to kmod doesn't work because argv[0] is not the name of the symlink, but rather 'kmod' (since libtool's wrapper script calls the tools/.libs/kmod directly) Now we create another binary kmod-nolib that is statically linked to libkmod so we can call the binary directly and do not worry about LD_LIBRARY_PATH. |
||
---|---|---|
.. | ||
.gitignore | ||
kmod-depmod.c | ||
kmod-insmod.c | ||
kmod-lsmod.c | ||
kmod-modinfo.c | ||
kmod-modprobe.c | ||
kmod-rmmod.c | ||
kmod.c | ||
kmod.h |