Makefile: dropping off linking against librt and libdl (compiler takes care of it by itself when needed)

This commit is contained in:
Vadim A. Misbakh-Soloviov 2017-08-22 13:15:00 +07:00
parent d1b6b8627f
commit b0ed65f74b

View File

@ -46,7 +46,7 @@ endif
INCLUDES = -I$(LUA_INC)
DEFINES =
LIBS = -lrt -ldl $(CURL_LIBS)
LIBS = $(CURL_LIBS)
COMMONFLAGS = -O2 -g -pipe -fPIC $(OS_FLAGS) $(DBG)
LF = $(LIBS) $(LDFLAGS)