Changes To bugs
Not logged in
@@ -1,4 +1,6 @@
 <h2>Fossil Bugs</h2>
 
 * anonymous may break wiki-security by simply accessing any wiki page as
 http://my.server.test/fossil/wikiedit?name=SomeWikiPage
+
+* Building on some Unix platforms (e.g. [Open]Solaris) requires adding -lsocket to the linker args. To do this, set LDFLAGS=-lsocket and the Makefile will add that to the linker args. (Requires a fossil newer than 2008.04.25)