rpcd: Explicitly link with lcrypt
authorFlorian Fainelli <f.fainelli@gmail.com>
Sun, 1 Jan 2017 00:13:34 +0000 (16:13 -0800)
committerJo-Philipp Wich <jo@mein.io>
Fri, 28 Apr 2017 15:09:13 +0000 (17:09 +0200)
commite200c66a1ad1ac62007084629da5dcc28ed822a0
tree2c4f664d31dfff87dac50e00cf7508c7f70b0f09
parent28d626556d846ce69246d72e2a0e3a008e5fc7dd
rpcd: Explicitly link with lcrypt

Fixes build issues with some toolchains that don't add lcrypt in the default
search paths:

CMakeFiles/rpcd.dir/session.c.o: In function `rpc_login_test_password':
build_dir/target-mipsel-linux-gnu/rpcd-2016-12-03-0577cfc1/session.c:823: undefined reference to `crypt'
collect2: error: ld returned 1 exit status

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
package/system/rpcd/Makefile