diff --git a/srcpkgs/musl/template b/srcpkgs/musl/template index cf6bac466c6..25fc55d09a7 100644 --- a/srcpkgs/musl/template +++ b/srcpkgs/musl/template @@ -1,7 +1,7 @@ # Template file for 'musl'. pkgname=musl version=1.1.12 -revision=1 +revision=2 build_style=gnu-configure configure_args="--prefix=/usr --disable-gcc-wrapper" conflicts="glibc>=0" @@ -39,6 +39,7 @@ do_install() { # Create xbps.d(5) arch override file vmkdir usr/share/xbps.d echo "architecture=${XBPS_TARGET_MACHINE}" > ${DESTDIR}/usr/share/xbps.d/musl-arch.conf + vlicense COPYRIGHT if [ "$XBPS_TARGET_MACHINE" = mipsel-musl ]; then ln -s libc.so ${DESTDIR}/usr/lib/ld-musl-mipsel.so.1 fi