toxcore/other
Jin^eLD 70475d281d Fix NaCl builds for *BSD
From what I see there is a difference between *BSD and Linux when
linking vs. toxcore which has been bulit vs. the NaCl library:

on Linux it only links if NaCl's object files (i.e. randombytes.o) is
present in the linker options, however on *BSD systems this will cause a
linking error, see:
https://github.com/Tox/toxic/issues/31#issuecomment-38224441

This commit makes sure that we do not add the NaCl object files to our
pkg-config settings on *BSD, but do add them on Linux.
2014-03-23 02:05:57 +01:00
..
bootstrap_daemon Renamed dht server to dht node 2014-02-22 17:07:15 -05:00
fun Added entry to TODO and a public key cracker (vanity key finder) to other/fun. 2014-02-10 19:53:44 -05:00
bootstrap_node_packets.c Renamed dht server to dht node 2014-02-22 17:07:15 -05:00
DHT_bootstrap.c Renamed dht server to dht node 2014-02-22 17:07:15 -05:00
DHTnodes Renamed dht server to dht node 2014-02-22 17:07:15 -05:00
Makefile.inc Fix NaCl builds for *BSD 2014-03-23 02:05:57 +01:00
tox.png Added logo in readme to repo. 2013-08-14 12:35:55 -04:00