mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/kodi-rbp: fix
This commit is contained in:
parent
cad1db0aac
commit
df695e7ff3
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ build() {
|
|||
# -DCPU=cortex-a7 for rpi2
|
||||
# -DCPU=cortex-a53 for rpi3
|
||||
|
||||
[[ $CARCH == "armv6h" ]] && _CPU=arm1176jzf-s
|
||||
[[ $CARCH == "armv6h" ]] && _CPU=arm1176jzf-s && LDFLAGS+=" -latomic"
|
||||
[[ $CARCH == "armv7h" ]] && _CPU=cortex-a7
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
|
|
Loading…
Reference in a new issue