$OpenBSD: patch-wpa_supplicant_Makefile,v 1.9 2016/10/07 14:44:03 dcoppa Exp $
--- wpa_supplicant/Makefile.orig	Sun Oct  2 20:51:11 2016
+++ wpa_supplicant/Makefile	Mon Oct  3 11:06:38 2016
@@ -153,16 +153,6 @@ endif
 OBJS += ../src/utils/$(CONFIG_ELOOP).o
 OBJS_c += ../src/utils/$(CONFIG_ELOOP).o
 
-ifndef CONFIG_OSX
-ifeq ($(CONFIG_ELOOP), eloop)
-# Using glibc < 2.17 requires -lrt for clock_gettime()
-# OS X has an alternate implementation
-LIBS += -lrt
-LIBS_c += -lrt
-LIBS_p += -lrt
-endif
-endif
-
 ifdef CONFIG_ELOOP_POLL
 CFLAGS += -DCONFIG_ELOOP_POLL
 endif
