Skip to content
Snippets Groups Projects
Commit a1324993 authored by Amin Ben Romdhane's avatar Amin Ben Romdhane
Browse files

Add missing dependency: -lcrypt

parent 0a94a864
No related branches found
No related tags found
1 merge request!16Add missing dependency: -lcrypt
Checking pipeline status
......@@ -3,7 +3,7 @@ LIB = libusermngr.so
LIB_OBJS = users.o
PROG_CFLAGS = $(CFLAGS) -Wall -Werror -fPIC
LIB_LDFLAGS = $(LDFLAGS)
LIB_LDFLAGS = $(LDFLAGS) -lcrypt
%.o: %.c
$(CC) $(PROG_CFLAGS) $(FPIC) -c -o $@ $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment