diff --git a/general/overlay/etc/profile b/general/overlay/etc/profile index 5225f059..f3e6931b 100644 --- a/general/overlay/etc/profile +++ b/general/overlay/etc/profile @@ -40,7 +40,7 @@ cli() { yaml-cli -i /etc/majestic.yaml $@; } differ() { diff -rN "/rom$1" "$1"; } [ -x /tmp/ipctool ] || ipctool() { [ -x /tmp/ipctool ] && /tmp/ipctool $@ || (curl -s -L -o /tmp/ipctool https://github.com/OpenIPC/ipctool/releases/download/latest/ipctool$ARC && \ - chmod +x /tmp/ipctool && echo_c 35 "The ipctool installed as remote GitHub plugin" && /tmp/ipctool $@); } + chmod +x /tmp/ipctool && echo_c 35 "The ipctool installed as remote GitHub plugin\n\n" && /tmp/ipctool $@); } majestic_changes() { diff -L "Majestic changes" -U 3 /rom/etc/majestic.yaml /etc/majestic.yaml; } diff --git a/general/package/libevent-openipc/0001-CMakeLists-remove-epoll_pwait2-check.patch b/general/package/libevent-openipc/0001-CMakeLists-remove-epoll_pwait2-check.patch new file mode 100644 index 00000000..eeb301d8 --- /dev/null +++ b/general/package/libevent-openipc/0001-CMakeLists-remove-epoll_pwait2-check.patch @@ -0,0 +1,10 @@ +--- a/CMakeLists.txt 2022-10-22 23:24:40.000000000 +0300 ++++ b/CMakeLists.txt 2022-12-07 13:41:29.700608817 +0300 +@@ -518,7 +518,6 @@ + select + epoll_create + epoll_create1 +- epoll_pwait2 + epoll_ctl + eventfd + poll