mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 04:36:40 +00:00
xf86-video-fglrx: unset 'LDFLAGS' to use kernel's LDFLAGS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1ecacd4fbb
commit
31cf13ca76
@ -39,7 +39,7 @@ cd $PKG_BUILD/common/lib/modules/fglrx/build_mod
|
|||||||
|
|
||||||
cd 2.6.x
|
cd 2.6.x
|
||||||
sed -i -e 's/ -DPAGE_ATTR_FIX=/-DCOMPAT_ALLOC_USER_SPACE=arch_compat_alloc_user_space -DPAGE_ATTR_FIX=/' Makefile
|
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
|
cd $ROOT/$PKG_BUILD
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user