Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: cbc177ca013ff9d87b36074eab9de6261f37bdaf
      
https://github.com/NixOS/nix/commit/cbc177ca013ff9d87b36074eab9de6261f37bdaf
  Author: Manuel Jacob <[email protected]>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M Makefile.config.in
    M src/libstore/local.mk

  Log Message:
  -----------
  Use pkg-config-provided LDFLAGS for libsqlite3 and libcurl.

Previously, pkg-config was already queried for libsqlite3's and
libcurl's link flags.  However they were not used, but hardcoded
instead.  This commit replaces the hardcoded LDFLAGS by the ones
provided by pkg-config in a similar pattern as already used for
libsodium.


  Commit: c999ef70e807e672d58aa7e30af62ed8492bc2c2
      
https://github.com/NixOS/nix/commit/c999ef70e807e672d58aa7e30af62ed8492bc2c2
  Author: Manuel Jacob <[email protected]>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M mk/lib.mk

  Log Message:
  -----------
  Don't pass "--no-copy-dt-needed-entries" option to linker on FreeBSD.

Eventually the nested if statements should be replaced by a more general
condition, but this is sufficient to make it work on FreeBSD.


  Commit: 12c1776df9c1e658c614cfd5b2cf398dc7202689
      
https://github.com/NixOS/nix/commit/12c1776df9c1e658c614cfd5b2cf398dc7202689
  Author: Manuel Jacob <[email protected]>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M src/libexpr/local.mk

  Log Message:
  -----------
  Don't try to link libdl on FreeBSD.

There is no libdl on FreeBSD.  Instead the symbols are included in libc.


  Commit: 7888b2ba15528a7caa24f6923203a55cc38087ed
      
https://github.com/NixOS/nix/commit/7888b2ba15528a7caa24f6923203a55cc38087ed
  Author: Manuel Jacob <[email protected]>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M src/nix-daemon/nix-daemon.cc

  Log Message:
  -----------
  Define SOL_LOCAL if not defined already (e.g. on FreeBSD).

Some evidence that defining it to be 0 is right:
* OS X headers define it to be 0.
* Other code uses 0 instead of SOL_LOCAL to check for peer credentials
  (e.g. FreeBSD's implementation of getpeereid).


  Commit: 8a74a125bc3ac7a8273b8a1be8f0774a664900af
      
https://github.com/NixOS/nix/commit/8a74a125bc3ac7a8273b8a1be8f0774a664900af
  Author: janus <[email protected]>
  Date:   2015-11-17 (Tue, 17 Nov 2015)

  Changed paths:
    M src/libstore/build.cc

  Log Message:
  -----------
  FreeBSD can build Linux 32-bit binaries


  Commit: cad40adce5eda7a50e7d40dae4e88219ef3fe0cf
      
https://github.com/NixOS/nix/commit/cad40adce5eda7a50e7d40dae4e88219ef3fe0cf
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-11-24 (Tue, 24 Nov 2015)

  Changed paths:
    M Makefile.config.in
    M mk/lib.mk
    M src/libexpr/local.mk
    M src/libstore/build.cc
    M src/libstore/local.mk
    M src/nix-daemon/nix-daemon.cc

  Log Message:
  -----------
  Merge pull request #704 from ysangkok/freebsd-support

FreeBSD support with knowledge about Linux emulation


Compare: https://github.com/NixOS/nix/compare/6c10bd7c5e94...cad40adce5ed
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to