From 7a7c8633f28d1f5125ada24e12b66030ced8b9c7 Mon Sep 17 00:00:00 2001 From: svsp Date: Sun, 1 Feb 2026 15:33:22 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=83=D0=B4=D0=B0=D0=BB=D1=8F=D0=B5?= =?UTF-8?q?=D0=BC=D1=8B=D1=85=20=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/build b/build index 32eed88..a90b441 100755 --- a/build +++ b/build @@ -44,7 +44,8 @@ export CFLAGS="-w" #Выключаем варнинги они нам не ну ./configure --disable-docs --disable-devel-docs --with-dtrace=no --disable-unit-tests --with-builder-addr=svsp@svsptech.ru \ --with-os-name="Calista Operating System amd64 build 9" --with-os-vendor="SVSP Technologies" \ - --with-builderstring="Assembled using the Calista operating system assembler" + --with-builderstring="Assembled using the Calista operating system assembler" \ + --disable-config-udev make make install @@ -131,16 +132,5 @@ pkg register -M /tmp/xorg-keyboard.ucl rm -rf /tmp/xorg-keyboard.ucl pkg lock -y xorg-keyboard -pkg delete -y \ - llvm19 \ - spirv-llvm-translator-llvm19 \ - spirv-tools \ - autoconf-switch \ - xorgproto \ - evdev-proto \ - xorg-macros \ - libglvnd \ - libpciaccess \ - m4 +pkg remove -y evdev-proto m4 -pkg autoremove -y