mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
protobuf: fix armv6
This commit is contained in:
parent
fc5b1d34b4
commit
fbb7c3c199
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,13 @@ if [ "$CROSS_BUILD" ]; then
|
|||
configure_args+=" --with-protoc=/usr/bin/protoc"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv6l*)
|
||||
makedepends+=" libatomic-devel"
|
||||
LDFLAGS+=" -latomic"
|
||||
;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue