From 24fe2aec479ae93c55f6a4ae9f54d59cb693ae4d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 6 Mar 2015 10:26:33 +0100 Subject: [PATCH] xbps-static: update to 0.44. --- srcpkgs/xbps-static/template | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/srcpkgs/xbps-static/template b/srcpkgs/xbps-static/template index 0d505438948..ecb0a496ba3 100644 --- a/srcpkgs/xbps-static/template +++ b/srcpkgs/xbps-static/template @@ -2,15 +2,15 @@ # # NOTE: keep this package synchronized with "srcpkgs/xbps". pkgname=xbps-static -version=0.43.1 -revision=11 +version=0.44 +revision=1 build_style=configure short_desc="The XBPS package system utilities - static binaries" maintainer="Juan RP " homepage="http://www.voidlinux.eu/xbps" -license="Simplified BSD" +license="2-clause-BSD" distfiles="https://github.com/voidlinux/xbps/archive/${version}.tar.gz" -checksum=d8a2511dbeb7bccad0bf0bfd4fa9e46c5483c523db1f30bdd179c24ddf244e26 +checksum=159199564c6b6203dc2ce517fbe8c377e470813ffa7f51121df2589cb8259e4c wrksrc="xbps-${version}" hostmakedepends="pkg-config" @@ -19,10 +19,6 @@ depends="xbps-triggers" only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl" -case "$XBPS_TARGET_MACHINE" in - i686-musl) CFLAGS+=" -fno-stack-protector";; -esac - do_configure() { HAVE_VASPRINTF=1 ./configure --prefix=/usr --sysconfdir=/etc --enable-static --enable-debug }