yindian / dingoo-linux

Automatically exported from code.google.com/p/dingoo-linux
0 stars 0 forks source link

libmikmod install error fix #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, I just noticed that in the buildroot 
packages/multimedia/libmikmod/libmikmod.mk has an error that prevents the patch 
from being applied. The last line says:

$(eval $(call AUTOTARGETS,package,libmikmod))

but it should be:

$(eval $(call AUTOTARGETS,package/multimedia,libmikmod))

the patch then is applied and it build and installs without errors.

Cheers,
Bengt Sjölén

Original issue reported on code.google.com by bengt.sj...@gmail.com on 7 Jul 2010 at 1:22