Skip to content

Commit b0ed65f

Browse files
committed
Makefile: dropping off linking against librt and libdl (compiler takes care of it by itself when needed)
1 parent d1b6b86 commit b0ed65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ endif
4646

4747
INCLUDES = -I$(LUA_INC)
4848
DEFINES =
49-
LIBS = -lrt -ldl $(CURL_LIBS)
49+
LIBS = $(CURL_LIBS)
5050

5151
COMMONFLAGS = -O2 -g -pipe -fPIC $(OS_FLAGS) $(DBG)
5252
LF = $(LIBS) $(LDFLAGS)

0 commit comments

Comments
 (0)