Il giorno 22/mar/2014 23.07, "Matthias Kilian" <k...@outback.escape.de> ha scritto: > > 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
Yes, that's exactly the chunk that needs to be removed. Ciao, David