From b3374a97b69e426ecbf2b5090286ed60bfed86be Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 24 Oct 2014 16:37:32 +0200 Subject: [PATCH] dracut: update to 040. --- srcpkgs/dracut/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dracut/template b/srcpkgs/dracut/template index 9ef532d5c17..f3d5d61abc6 100644 --- a/srcpkgs/dracut/template +++ b/srcpkgs/dracut/template @@ -1,7 +1,7 @@ # Template file for 'dracut' pkgname=dracut -version=038 -revision=2 +version=040 +revision=1 build_style=meta hostmakedepends="libxslt docbook-xsl asciidoc" depends="psmisc cpio lz4" @@ -14,9 +14,10 @@ short_desc="A new initramfs infrastructure" maintainer="Juan RP " license="GPL-2" distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.xz" -checksum=3b0d4466ff5bb627fcc783f02a757187195567b97bdbf46203dfa4cf52ed6b70 +checksum=b6e743353804b46e350177b9ecb9a8511df7e8c4ff9e0b4f3b4f72bc509c98a3 do_build() { + export CFLAGS="$CFLAGS -Wformat" make ${makejobs} sysconfdir=/etc systemdsystemunitdir=/usr/lib/systemd/system } do_install() {