Remove redundant lib only for older GLIBC

This commit is contained in:
Arun Prakash Jana 2020-01-28 18:55:41 +05:30
parent 9cbadc12be
commit cb6f30fed4
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -28,7 +28,6 @@ endif
ifeq ($(O_DEBUG),1)
CPPFLAGS += -DDBGMODE
CFLAGS += -g
LDLIBS += -lrt
endif
ifeq ($(O_NORL),1)