xf86-video-fglrx-legacy: unset 'LDFLAGS' to use kernel's LDFLAGS

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-08-05 17:04:51 +02:00
parent 31cf13ca76
commit ab499f6962

View File

@ -39,7 +39,7 @@ cd $PKG_BUILD/common/lib/modules/fglrx/build_mod
cd 2.6.x
sed -i -e 's/ -DPAGE_ATTR_FIX=/-DCOMPAT_ALLOC_USER_SPACE=arch_compat_alloc_user_space -DPAGE_ATTR_FIX=/' Makefile
make CC=${CC} KDIR=$(kernel_path)
LDFLAGS="" make CC=${CC} KDIR=$(kernel_path)
cd $ROOT/$PKG_BUILD