musl-bootstrap: update to 1.1.1.
This commit is contained in:
parent
044f1b2a6b
commit
9afeacf0b3
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'musl-bootstrap'.
|
||||
pkgname=musl-bootstrap
|
||||
version=1.1.0
|
||||
version=1.1.1
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
wrksrc="musl-${version}"
|
||||
|
@ -11,7 +11,9 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="http://www.musl-libc.org/"
|
||||
distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz"
|
||||
checksum=de1b43019e5361d7577e5e0213e9dde591853e9da5d4a7cd75e2e0d78bf60820
|
||||
checksum=9dd75d6512e44d5a13254e246db56c90365894b05bab2b1127e44a31e4fd7c36
|
||||
|
||||
CFLAGS="-fno-toplevel-reorder -fno-stack-protector"
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/lib/* ${DESTDIR}/usr/lib/
|
||||
|
|
Loading…
Reference in New Issue