boost: _BSD_SOURCE is the correct define.

Thanks miqlas.
This commit is contained in:
Jerome Duval
2017-10-14 13:59:23 +02:00
parent ae6d8c6a13
commit 5c6ea810ce

View File

@@ -172,7 +172,7 @@ index e711c08..f81e349 100644
}
+if $(OS) = HAIKU
+{
+ --defs += _BSDSOURCE ;
+ --defs += _BSD_SOURCE ;
+ --libs += -lbsd ;
+}
--defs += YYSTACKSIZE=5000 ;