Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

musl #41295

Closed
wants to merge 3 commits into from
Closed

musl #41295

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# PLEASE NOTE: when multiple packages provide the same SONAME, the first
# one (order top->bottom) is preferred over the next ones.
#
libc.so musl-1.1.24_7
libc.so musl-1.2.3_1
libc.so.6 glibc-2.36_1
libm.so.6 glibc-2.36_1
libpthread.so.0 glibc-2.36_1
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/base-chroot/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'base-chroot'
pkgname=base-chroot
version=0.67
version=0.68
revision=1
bootstrap=yes
build_style=meta
Expand All @@ -10,7 +10,7 @@ license="Public Domain"
homepage="http://www.voidlinux.org"

case "$XBPS_TARGET_LIBC" in
musl) depends="musl-devel";;
musl) depends="musl-devel>=1.2.3_1";;
*) depends="glibc-devel glibc-locales";;
esac

Expand Down
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.3_1";;
*) depends+=" glibc-devel";;
esac

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading