open-iscsi: use our *FLAGS

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-06-21 17:18:42 +02:00
parent 35bd680ff1
commit ae37418104

View File

@ -23,9 +23,12 @@
. config/options $1
export OPTFLAGS="$CFLAGS $LDFLAGS"
cd $PKG_BUILD/utils/open-isns
./configure CFLAGS="$(OPTFLAGS)" --with-security=no \
--host=$TARGET_NAME \
--build=$HOST_NAME
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--with-security=no \
cd ../..
make user