contrib/docker: add LD_PRELOAD wrapper to fopen/open/opendir syscalls
[collectd.git] / contrib / docker / rootfs_prefix / Makefile
1 rootfs_prefix.so: rootfs_prefix.c
2         $(CC) -Wall -Werror -fPIC -shared -o rootfs_prefix.so rootfs_prefix.c -ldl