Differences From Artifact [302b4f4c89]:
- File nkvd.c — part of check-in [dc9aa070c7] at 2019-08-07 09:47:08 on branch trunk — add further wrappings to nkvd.c; nearly works with alpine now (user: lexi, size: 15546) [annotate] [blame] [check-ins using]
To Artifact [f722b7a517]:
- File nkvd.c — part of check-in [0f5a51907d] at 2023-04-13 07:26:12 on branch trunk — relicense to EUPL (user: lexi, size: 15549) [annotate] [blame] [check-ins using]
1 1 /* [ʞ] nkvd.c - XDG directory enforcer 2 2 * ~ lexi hale <lexi@hale.su> 3 - * © AGPLv3 3 + * © EUPL v1.2 4 4 * $ cc -fPIC -pie -shared nkvd.c -Wl,-E -onkvd -ldl 5 5 * [-D_NO_GNU [-D_LIBC=…]] [-D_CONF_HOME=…] 6 6 * $ export LD_PRELOAD=nkvd.so <dissident> 7 7 * 8 8 * ! NOTE: for unknown reasons, nkvd currently only works 9 9 * when built without optimizations. it's probably that 10 10 * wrecker Trotsky's fault. i'm working on it.