mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
packages/security/cryptodev-linux: cosmetics - put 'LDFLAGS' in the make line
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
de8be5e005
commit
da7fdd1c9f
@ -22,11 +22,8 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
# dont use our LDFLAGS, use the KERNEL LDFLAGS
|
|
||||||
LDFLAGS=""
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
make V=1 CC=$CC -C $(kernel_path) SUBDIRS=`pwd` modules
|
LDFLAGS="" make V=1 CC=$CC -C $(kernel_path) SUBDIRS=`pwd` modules
|
||||||
|
|
||||||
mkdir -p $SYSROOT_PREFIX/usr/include/crypto
|
mkdir -p $SYSROOT_PREFIX/usr/include/crypto
|
||||||
cp crypto/cryptodev.h $SYSROOT_PREFIX/usr/include/crypto
|
cp crypto/cryptodev.h $SYSROOT_PREFIX/usr/include/crypto
|
||||||
|
Loading…
x
Reference in New Issue
Block a user