Makefile: dropping off linking against librt and libdl (compiler takes care of it by itself when needed)
This commit is contained in:
parent
d1b6b8627f
commit
b0ed65f74b
2
Makefile
2
Makefile
@ -46,7 +46,7 @@ endif
|
|||||||
|
|
||||||
INCLUDES = -I$(LUA_INC)
|
INCLUDES = -I$(LUA_INC)
|
||||||
DEFINES =
|
DEFINES =
|
||||||
LIBS = -lrt -ldl $(CURL_LIBS)
|
LIBS = $(CURL_LIBS)
|
||||||
|
|
||||||
COMMONFLAGS = -O2 -g -pipe -fPIC $(OS_FLAGS) $(DBG)
|
COMMONFLAGS = -O2 -g -pipe -fPIC $(OS_FLAGS) $(DBG)
|
||||||
LF = $(LIBS) $(LDFLAGS)
|
LF = $(LIBS) $(LDFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user