mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
open-iscsi: use our *FLAGS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
35bd680ff1
commit
ae37418104
@ -23,9 +23,12 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
|
export OPTFLAGS="$CFLAGS $LDFLAGS"
|
||||||
|
|
||||||
cd $PKG_BUILD/utils/open-isns
|
cd $PKG_BUILD/utils/open-isns
|
||||||
./configure CFLAGS="$(OPTFLAGS)" --with-security=no \
|
./configure --host=$TARGET_NAME \
|
||||||
--host=$TARGET_NAME \
|
--build=$HOST_NAME \
|
||||||
--build=$HOST_NAME
|
--with-security=no \
|
||||||
|
|
||||||
cd ../..
|
cd ../..
|
||||||
make user
|
make user
|
||||||
|
Loading…
x
Reference in New Issue
Block a user