btrfs-progs: use our own CFLAGS, ignore stderr in initramfs script.

This commit is contained in:
Juan RP 2012-05-11 10:10:50 +02:00
parent ca2fcfdc1e
commit 251221617b
2 changed files with 3 additions and 5 deletions

View File

@ -15,7 +15,4 @@ prereqs)
esac
# Activate btrfs multi-volumes.
. /scripts/functions
_log_msg "Activating btrfs multi-volumes..."
/sbin/btrfs device scan
/sbin/btrfs device scan 2>/dev/null

View File

@ -4,6 +4,7 @@ _distver=0.19
_snapver=20120328
version="${_snapver}.${_distver}"
wrksrc="${pkgname}-${_distver}.${_snapver}"
revision=1
homepage="http://btrfs.wiki.kernel.org/"
distfiles="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-${_distver}.${_snapver}.tar.xz"
short_desc="Btrfs filesystem utilities"
@ -19,7 +20,7 @@ Add_dependency build libuuid-devel
Add_dependency build e2fsprogs-devel
do_build() {
make ${makejobs}
make CFLAGS="${CFLAGS}" ${makejobs}
}
do_install() {