linux-lts-vivid: fixed build problems
This commit is contained in:
parent
770c85ee9c
commit
6a6c313ace
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,9 @@ done
|
||||||
|
|
||||||
sh $DATA/deblob-3.19 --force
|
sh $DATA/deblob-3.19 --force
|
||||||
|
|
||||||
|
#Fix syntax error caused by deblob
|
||||||
|
sed -i 's%/,%/",%g' drivers/bluetooth/btusb.c
|
||||||
|
|
||||||
# Compile with less modules and avoid abi check
|
# Compile with less modules and avoid abi check
|
||||||
echo 'skipmodule = true' >> debian.master/rules.d/0-common-vars.mk
|
echo 'skipmodule = true' >> debian.master/rules.d/0-common-vars.mk
|
||||||
echo 'skipabi = true' >> debian.master/rules.d/0-common-vars.mk
|
echo 'skipabi = true' >> debian.master/rules.d/0-common-vars.mk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue