Signed-off-by: geraldo netto <geraldone...@gmail.com>
---
 Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 80a1137..a3038f2 100644
--- a/Makefile
+++ b/Makefile
@@ -1735,12 +1735,13 @@ musl += fenv/fenv.o
 endif
 
 musl += crypt/crypt_blowfish.o
-musl += crypt/crypt.o
 musl += crypt/crypt_des.o
 musl += crypt/crypt_md5.o
-musl += crypt/crypt_r.o
 musl += crypt/crypt_sha256.o
 musl += crypt/crypt_sha512.o
+musl += crypt/crypt.o
+musl += crypt/crypt_r.o
+musl += crypt/encrypt.o
 
 #include $(src)/fs/build.mk:
 
-- 
2.7.4

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to