From 4c976cadaa5a7787f950e2c4c4931d155483c9ac Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 28 Jan 2012 15:48:51 +0100 Subject: [PATCH] cryptodev-linux: dont use our LDFLAGS, use the KERNEL LDFLAGS Signed-off-by: Stephan Raue --- packages/security/cryptodev-linux/build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/security/cryptodev-linux/build b/packages/security/cryptodev-linux/build index 7e4881333d..673d04ef2f 100755 --- a/packages/security/cryptodev-linux/build +++ b/packages/security/cryptodev-linux/build @@ -22,8 +22,11 @@ . config/options $1 +# dont use our LDFLAGS, use the KERNEL LDFLAGS + LDFLAGS="" + cd $PKG_BUILD make V=1 CC=$CC -C $(kernel_path) SUBDIRS=`pwd` modules mkdir -p $SYSROOT_PREFIX/usr/include/crypto - cp crypto/cryptodev.h $SYSROOT_PREFIX/usr/include/crypto \ No newline at end of file + cp crypto/cryptodev.h $SYSROOT_PREFIX/usr/include/crypto