-ldl should be in libs
This commit is contained in:
parent
55c9687858
commit
86c7f18e5c
@ -6,8 +6,8 @@ LIBXRDPOBJ = libxrdp.o xrdp_tcp.o xrdp_iso.o xrdp_mcs.o \
|
||||
|
||||
CFLAGS = -Wall -O2 -I../common -fPIC
|
||||
C_OS_FLAGS = $(CFLAGS) -c
|
||||
LDFLAGS = -ldl -shared
|
||||
LIBS = -lcrypto
|
||||
LDFLAGS = -shared
|
||||
LIBS = -ldl -lcrypto
|
||||
CC = gcc
|
||||
|
||||
all: libxrdp
|
||||
|
Loading…
Reference in New Issue
Block a user