1
0

improvements and more stuffs

This commit is contained in:
dtb
2023-11-25 12:54:18 -07:00
parent f1d8102be5
commit c89a46ad0b
15 changed files with 141 additions and 19 deletions

16
soft/wiringpi Normal file
View File

@@ -0,0 +1,16 @@
#!/bin/sh
NAME=wiringpi
VERSION=nightly
UPSTREAM=https://github.com/WiringPi/WiringPi.git
. soft
# I tried final_official_2.50 but it wouldn't build
# (ld: error: duplicate symbol: comDat)
# depends on
# sudo
git -C "$SRC" checkout 2.61-1
sed -i .orig -e /^sudo/d "$SRC"/build
sed -i .orig -e s/root\.root/root\:root/ "$SRC"/gpio
sh -c 'cd "SRC"; sudo=sudo ./build'