A patch is added to the rockspec to fix an issue in the
interaction between LuaRocks and Microsoft compilers.
LuaRocks build backend assumes the library being built will
allways export a symbol called "luaopen_<library name>". This is
not the case with LuaSec so it fails to link.
The patch just adds an empty implementation of that, so it will
properly link.