1
0
forked from ports/opt

mdadm: update to 2.3.1

This commit is contained in:
Juergen Daubert 2006-02-06 13:58:56 +00:00
parent 281390c7d9
commit 157e14322a
2 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
ddeb3ca977900fd9eac3ecebcffa430d mdadm-2.2.tar.gz
3fef2abf76cf019286db5c465619e39d mdadm-2.3.1.tar.gz

View File

@ -5,13 +5,12 @@
# Depends on:
name=mdadm
version=2.2
version=2.3.1
release=1
source=(http://www.kernel.org/pub/linux/utils/raid/$name/$name-$version.tar.gz)
build() {
cd $name-$version
sed -i "/^CXFLAGS/s/-ggdb/$CFLAGS/" Makefile
make
make CXFLAGS="$CFLAGS"
make DESTDIR=$PKG MANDIR=/usr/man install
}