Skip to content

Commit 3987862

Browse files
committed
Add C library compatibility package to *-bin
This package not being installed is a very common cause of reported user errors.
1 parent 43f957a commit 3987862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

APKBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ package() {
3333
}
3434

3535
bin() {
36-
depends="$pkgname libgcc"
36+
depends="$pkgname libc6-compat libgcc"
3737
mkdir -p "$subpkgdir"/usr/glibc-compat
3838
cp -a "$srcdir"/usr/glibc-compat/bin "$subpkgdir"/usr/glibc-compat
3939
cp -a "$srcdir"/usr/glibc-compat/sbin "$subpkgdir"/usr/glibc-compat

0 commit comments

Comments
 (0)