mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
WiringPi: rebuild for libxcrypt on cross
This commit is contained in:
parent
9aa39aaf34
commit
2a9d190209
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'WiringPi'
|
||||
pkgname=WiringPi
|
||||
version=0.0.20200408
|
||||
revision=2
|
||||
revision=3
|
||||
_githash=50b7c5ed7d238a637db7d9c73978466eb022a8de
|
||||
_sover=2.60
|
||||
archs="arm*"
|
||||
|
@ -17,6 +17,10 @@ homepage="http://wiringpi.com/"
|
|||
distfiles="https://github.com/WiringPi/WiringPi/archive/${_githash}.tar.gz"
|
||||
checksum=ba83290d3c5e4cd3fd470321ab2a85133334014532e5f275ef4d699ccaf72fc5
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
CFLAGS="-fcommon -Wno-unused-result -I. -I../wiringPi -I../devLib"
|
||||
|
||||
do_configure() {
|
||||
|
|
Loading…
Add table
Reference in a new issue