mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
kiwix-lib: fix armv6l build
This commit is contained in:
parent
8d15eb2cad
commit
ee3f22229d
1 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,13 @@ changelog="https://github.com/kiwix/kiwix-lib/blob/${version}/ChangeLog"
|
||||||
distfiles="https://github.com/kiwix/kiwix-lib/archive/${version}.tar.gz"
|
distfiles="https://github.com/kiwix/kiwix-lib/archive/${version}.tar.gz"
|
||||||
checksum=00fcc067ae7abeb8043b0270f234d40f2ad1b1085da5df143e2ba23443a8a16c
|
checksum=00fcc067ae7abeb8043b0270f234d40f2ad1b1085da5df143e2ba23443a8a16c
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
armv6l*)
|
||||||
|
makedepends+=" libatomic-devel"
|
||||||
|
LDFLAGS="-latomic"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
kiwix-lib-devel_package() {
|
kiwix-lib-devel_package() {
|
||||||
short_desc+=" - development packages"
|
short_desc+=" - development packages"
|
||||||
depends="pugixml-devel icu-devel xapian-core-devel libzim-devel
|
depends="pugixml-devel icu-devel xapian-core-devel libzim-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue