mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
dkms: add flex to dependency list for cross-compiled architectures
This commit is contained in:
parent
5cf51c523d
commit
276ddfc1f8
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dkms'
|
# Template file for 'dkms'
|
||||||
pkgname=dkms
|
pkgname=dkms
|
||||||
version=2.6.1
|
version=2.6.1
|
||||||
revision=4
|
revision=5
|
||||||
conf_files="/etc/dkms/framework.conf"
|
conf_files="/etc/dkms/framework.conf"
|
||||||
depends="bash kmod gcc make coreutils linux-headers"
|
depends="bash kmod gcc make coreutils linux-headers"
|
||||||
short_desc="Dynamic Kernel Modules System"
|
short_desc="Dynamic Kernel Modules System"
|
||||||
|
@ -12,7 +12,7 @@ distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=9a34f42a80e01682efcb13c513692e72f1d21570bbc7a9eba855dde30f116ce7
|
checksum=9a34f42a80e01682efcb13c513692e72f1d21570bbc7a9eba855dde30f116ce7
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
depends+=" libressl-devel gmp-devel libada-devel libmpc-devel"
|
depends+=" libressl-devel gmp-devel libada-devel libmpc-devel flex"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue