On Sat, Mar 22, 2014 at 09:47:02PM +0100, David Coppa wrote: > On Sat, Mar 22, 2014 at 9:09 PM, Matthias Kilian <k...@outback.escape.de> > wrote: > > please don't commit any changes to the ports which got the librt > > changes recently; we're goinf to revert those changes (because there > > was some fallout), and additional commits would be a little bit > > annoying ;-) > > > > That should be the following ports: [...] > And net/wpa_supplicant: I committed the update to ver 2.1 directly > without the librt chunk.
But is it worth reverting it back to 2.0? Searching for lrt in 2.1 exposes just this small chunk in the Makefile: ifeq ($(CONFIG_ELOOP), eloop) # Using glibc < 2.17 requires -lrt for clock_gettime() |LIBS += -lrt |LIBS_c += -lrt |LIBS_p += -lrt endif I'm not even sure wether those assignments are done during a build on OpenBSD (I didn't yet build it). If they're done, that chunk could be patched away insteadi of rolling back to wpa_supplicant-2.0. Could you please give it a try? Just be sure to remove /usr/lib/librt{,_p}.a before building and testing it. Ciao, Kili