Fix dependency on libressl-devel instead of libressl
Closes #14255. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
ddec664923
commit
0bf9b6e368
|
@ -28,7 +28,7 @@ noshlibprovides=yes
|
|||
|
||||
# RPi, RPi2, RPi3
|
||||
only_for_archs="armv6l armv6l-musl armv7l armv7l-musl aarch64 aarch64-musl"
|
||||
hostmakedepends="perl kmod uboot-mkimage libressl bc"
|
||||
hostmakedepends="perl kmod uboot-mkimage libressl-devel bc"
|
||||
makedepends="ncurses-devel"
|
||||
triggers="kernel-hooks"
|
||||
# These files could be modified when an external module is built.
|
||||
|
|
Loading…
Reference in New Issue