musl: shlib_provides=libc.so.
This commit is contained in:
parent
4372f5071e
commit
b82a4d01cd
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'musl'.
|
||||
pkgname=musl
|
||||
version=1.1.6
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix=/usr --disable-gcc-wrapper"
|
||||
conflicts="glibc>=0"
|
||||
|
@ -12,6 +12,7 @@ homepage="http://www.musl-libc.org/"
|
|||
distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz"
|
||||
checksum=5a0160c55c540d5b90158617a57647f1b03209f58d9ee70dbce19d1115b4f1b4
|
||||
|
||||
shlib_provides="libc.so"
|
||||
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl"
|
||||
CFLAGS="-fno-stack-protector"
|
||||
|
||||
|
|
Loading…
Reference in New Issue