nixpkgs/pkgs/development/compilers/ecl
sternenseemann ccef83bd40 ecl_16_1_2: fix linking of compiled programs
* Use --with-gmp-incdir and --with-gmp-libdir (like for the main ecl
  derivation), so ecl can figure out the flags to pass on its own.
  Remove NIX_LDFLAGS hack for gmp.

* Make sure ecl can find boehmgc when linking programs / libraries via
  NIX_LDFLAGS. Pass correct -I for boehmgc via NIX_CFLAGS_COMPILE since
  there's no --with-boehmgc-prefix configure flag to achieve the same
  result.

* Use correct suffixSalt for every flag. This makes NIX_CFLAGS_COMPILE
  work properly in the first place and should prevent the extra flags
  hacks leaking into other places in some edge cases.
2021-08-08 20:16:36 +02:00
..
16.1.2.nix ecl_16_1_2: fix linking of compiled programs 2021-08-08 20:16:36 +02:00
default.nix ecl: inform ecl about libraries to link against via configure flags 2021-08-08 20:09:38 +02:00
default.upstream
ecl-1.16.2-libffi-3.3-abi.patch