Skip to content

Commit

Permalink
base-devel: bump musl-devel version
Browse files Browse the repository at this point in the history
  • Loading branch information
dkwo committed Mar 31, 2024
1 parent 8e62c96 commit d7d2f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/base-devel/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'base-devel'
pkgname=base-devel
version=20181003
revision=2
revision=3
build_style=meta
depends="autoconf automake bc binutils bison ed flex gcc gettext
groff libtool m4 make patch pkg-config texinfo unzip xz"
Expand All @@ -12,6 +12,6 @@ homepage="http://www.voidlinux.org/"
lib32disabled=yes

case "$XBPS_TARGET_MACHINE" in
*-musl) depends+=" musl-devel";;
*-musl) depends+=" musl-devel>=1.2.4_1";;
*) depends+=" glibc-devel";;
esac

0 comments on commit d7d2f93

Please sign in to comment.