mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
musl-bootstrap: update to 1.1.10.
This commit is contained in:
parent
60f4ec0649
commit
4325a3fd94
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'musl-bootstrap'.
|
# Template file for 'musl-bootstrap'.
|
||||||
pkgname=musl-bootstrap
|
pkgname=musl-bootstrap
|
||||||
version=1.1.9
|
version=1.1.10
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
wrksrc="musl-${version}"
|
wrksrc="musl-${version}"
|
||||||
|
@ -11,9 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.musl-libc.org/"
|
homepage="http://www.musl-libc.org/"
|
||||||
distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz"
|
distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz"
|
||||||
checksum=00bf7173caf972c88cd07cb0d420c082a2f35efcccc1a81f8909bec2d030283e
|
checksum=45bbe9b1c7f7a0f743477af1e103b6889bfe4dd9815e16f6c89f6c90831c8b7c
|
||||||
|
|
||||||
CFLAGS="-fno-stack-protector -U_FORTIFY_SOURCE"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/lib/* ${DESTDIR}/usr/lib/
|
mv ${DESTDIR}/lib/* ${DESTDIR}/usr/lib/
|
||||||
|
|
Loading…
Add table
Reference in a new issue