mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +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
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user