From de8be5e005d811213b2ea3e6c5478da2747d7966 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 5 Aug 2012 17:02:37 +0200 Subject: [PATCH] crystalhd: unset 'LDFLAGS' to use kernel's LDFLAGS Signed-off-by: Stephan Raue --- packages/multimedia/crystalhd/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/multimedia/crystalhd/build b/packages/multimedia/crystalhd/build index 1daf8efddf..7d093f4b3a 100755 --- a/packages/multimedia/crystalhd/build +++ b/packages/multimedia/crystalhd/build @@ -28,7 +28,7 @@ cd $PKG_BUILD/driver/linux --prefix=/usr \ --with-kernel-path=$(kernel_path) \ -make V=1 +LDFLAGS="" make V=1 cd ../../linux_lib/libcrystalhd