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>
This commit is contained in:
parent
200d932322
commit
f3c5934981
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ define Package/rpcd/conffiles
|
|||
/etc/config/rpcd
|
||||
endef
|
||||
|
||||
TARGET_LDFLAGS += -lcrypt
|
||||
|
||||
define Package/rpcd/install
|
||||
$(INSTALL_DIR) $(1)/etc/init.d
|
||||
$(INSTALL_BIN) ./files/rpcd.init $(1)/etc/init.d/rpcd
|
||||
|
|
Loading…
Reference in a new issue