wok-stable rev 10300
dmraid: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 18:56:32 2011 +0000 (2011-05-21) |
parents | 28c3ed0aa843 |
children | 98d98cee3cd5 |
files | dmraid/receipt |
line diff
1.1 --- a/dmraid/receipt Sat May 21 18:55:07 2011 +0000 1.2 +++ b/dmraid/receipt Sat May 21 18:56:32 2011 +0000 1.3 @@ -8,6 +8,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://people.redhat.com/~heinzm/sw/dmraid/" 1.6 WGET_URL="$WEB_SITE/src/$TARBALL" 1.7 + 1.8 DEPENDS="libdevmapper linux-md" 1.9 BUILD_DEPENDS="libdevmapper libdevmapper-dev" 1.10 1.11 @@ -19,7 +20,7 @@ 1.12 #sed -i 's/sed --quiet/sed/' configure configure.in 1.13 grep -qs 'define u8' lib/device/scsi.c || 1.14 sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' lib/device/scsi.c 1.15 - ./configure && 1.16 + ./configure $CONFIGURE_ARGS && 1.17 make 1.18 } 1.19