knot: mark broken for armv6*
This commit is contained in:
parent
1f928bd2ba
commit
61c057d027
|
@ -28,6 +28,10 @@ _knot_homedir="/var/lib/knot"
|
|||
|
||||
make_dirs="/var/lib/knot 0755 _knot _knot"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv6*) broken="ATOMIC_CHAR16_T_LOCK_FREE == 2: insufficient atomics" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vsed -i -e 's/\(user: \)knot:knot/\1 _knot:_knot/' samples/knot.sample.conf
|
||||
vinstall samples/knot.sample.conf 644 etc/knot knot.conf
|
||||
|
|
Loading…
Reference in New Issue