mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ noshlibprovides=yes
|
||||||
|
|
||||||
# RPi, RPi2, RPi3
|
# RPi, RPi2, RPi3
|
||||||
only_for_archs="armv6l armv6l-musl armv7l armv7l-musl aarch64 aarch64-musl"
|
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"
|
makedepends="ncurses-devel"
|
||||||
triggers="kernel-hooks"
|
triggers="kernel-hooks"
|
||||||
# These files could be modified when an external module is built.
|
# These files could be modified when an external module is built.
|
||||||
|
|
Loading…
Add table
Reference in a new issue