global: change all instances of USE_EGLIBC to USE_GLIBC
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@44702 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -35,7 +35,7 @@ endef
|
||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/libevent
|
||||
TARGET_LDFLAGS = -L$(STAGING_DIR)/usr/lib/libevent -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib
|
||||
|
||||
ifdef CONFIG_USE_EGLIBC
|
||||
ifdef CONFIG_USE_GLIBC
|
||||
TARGET_LDFLAGS += -lrt
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user