libkmod: make sure to export kmod_log
authorMike Frysinger <vapier@gentoo.org>
Sat, 21 Apr 2012 06:53:23 +0000 (02:53 -0400)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 23 Apr 2012 13:40:04 +0000 (10:40 -0300)
commit88a170dbd63965b8403b6b40b12ded4f82d89ccd
tree1e451d4ca27fd091189719b971333957064a5c35
parent46684bc2d9f73aa147b49e073edcd7543b2c2175
libkmod: make sure to export kmod_log

If we don't have --gc-sections support, linking kmod fails:
libkmod/.libs/libkmod-util.a(libkmod-util.o): In function 'underscores':
libkmod/libkmod-util.c:117: undefined reference to 'kmod_log'

This is because kmod_log is missing the export define, even though it's
already listed in the exported symbol list.
libkmod/libkmod.c