KrzysztofAS
KrzysztofAS
This bring possibility to insert modules such as zfs-dkms into initramfs. PS. I do not know if it's a good place to report it but the idea is interesting.
IMHO this two should be one of the hooks. ### vim74 folder: ``` [Trigger] Type = File Operation = Install Operation = Upgrade Operation = Remove Target = usr/share/vim/vim74/doc/* [Action]...
This method respect CFLAGS variable and is easier to use. Add this `Makefile` to root dir of project: ``` Makefile CFLAGS_EXTRA ?= -Wall -fPIC -std=c99 -shared -O2 -I/usr/include/deadbeef PREFIX ?=...
``` diff --- a/rating.c 2019-06-06 15:56:03.000000000 +0200 +++ b/rating.c 2020-05-28 17:48:35.171091539 +0200 @@ -1,4 +1,4 @@ -#include +#include #include #include ``` After this change you can omit `-I/usr/include/deadbeef` for gcc...