msantos / procket

Erlang interface to low level socket operations
http://blog.listincomprehension.com/search/label/procket
BSD 3-Clause "New" or "Revised" License
283 stars 80 forks source link

adding empty applications parameter #16

Closed arashbm closed 9 years ago

arashbm commented 9 years ago

relx needs an explicitly stated applications parameter in .app file to successfully generate releases.

I also removed the line that explicitly started crypto in src/procket_mktmp.erl and added crypto to applications in procket.app so otp would automatically detect dependency and start crypto.

msantos commented 9 years ago

Thanks!