nixpkgs/pkgs/development
Jörg Thalheim b6bacc4bb2 llvmPackage_{3.4,3.5,3.7,3.8,3.9}: fix output of llvm-config
llvm-config is a tool to output compile and linker flags, when compiling against llvm.

The tool however outputs static library names despite libllvm is build
as shared library on nixos. This was fixed for llvm 3.4, 3.5 and 3.7.

For llvm 3.8 and 3.9 it printed the library extension twice (.so.so).
This was fixed in 4.0 and the patch is backported to 3.8 and 3.9 in
this pull request.

```
$ for i in 34 35 37 38 39; do echo "\nllvm-$i"; nix-shell -p llvmPackages_$i.llvm --run 'llvm-config --libnames'; done

llvm-34
libLLVMInstrumentation.so libLLVMIRReader.so libLLVMAsmParser.so
...

llvm-35
libLLVMLTO.so libLLVMObjCARCOpts.so libLLVMLinker.so libLLVMipo.so
...

llvm-37
libLLVMLTO.so libLLVMObjCARCOpts.so libLLVMLinker.so libLLVMBitWriter.so
...

llvm-38
libLLVM-3.8.1.so

llvm-39
libLLVM-3.9.so
```

fixes #26713
2017-06-20 10:22:06 +01:00
..
arduino arduino: 1.6.12 -> 1.8.2 2017-06-01 08:44:27 +02:00
beam-modules erlang: use makeOverridable for customizations 2017-06-08 22:13:30 +02:00
bower-modules/generic
compilers llvmPackage_{3.4,3.5,3.7,3.8,3.9}: fix output of llvm-config 2017-06-20 10:22:06 +01:00
coq-modules Use consistent package naming for HEAD.nix files 2017-05-09 10:31:15 +07:00
dotnet-modules/patches
eclipse/ecj
em-modules/generic
go-modules go-modules/generic: add missing PATHs to GOPATH when using nix-shell (#26176) 2017-06-01 20:40:21 +02:00
guile-modules treewide: remove unused buildEnv parameters 2017-04-16 10:29:49 +02:00
haskell-modules hackage-packages.nix: automatic Haskell package set update 2017-06-19 22:42:48 +02:00
idris-modules idrisPackages.httpclient: init 2016-12-20 00:28:23 +01:00
interpreters clooj: fix download src 2017-06-18 11:39:55 +01:00
java-modules treewide: use boolToString function 2017-04-11 18:18:53 +02:00
libraries librsvg: 2.40.16 -> 2.40.17 2017-06-20 07:48:14 +02:00
lisp-modules compile uiop/version with uiop, seems needed for monolithic bundles in some cases 2017-04-16 19:25:48 +02:00
lua-modules lua: Fixed luasql.patch 2014-10-01 06:00:06 +01:00
misc treewide: fix the remaining issues with meta attributes 2017-04-29 04:24:34 +00:00
mobile androidenv: Manually update missing packages 2017-06-10 03:57:30 +02:00
node-packages nodePackages.javascript-typescript-langserver: init at 2.0.0 2017-06-17 16:06:37 +03:00
ocaml-modules ocamlPackages.containers: 0.22 -> 1.2 2017-06-16 11:42:17 +02:00
perl-modules perlPackages.FileSlurp: silence perl 5.24.1 warnings 2017-04-28 11:43:14 +02:00
pharo Merge pull request #24595 from lukego/pharo-no-pic 2017-04-04 12:01:27 +02:00
pure-modules purePackages.octave: Use octaveHg 2017-04-09 21:54:39 +10:00
python-modules python.pkgs: several maintenance bumps 2017-06-19 13:43:19 +02:00
qtcreator qt5: remove makeQtWrapper 2017-06-18 08:44:42 -05:00
r-modules rstudio: Fix recompilation issue with custom package set 2017-05-01 09:46:40 -04:00
ruby-modules bundix: 2.1.0 -> 2.2.0 2017-06-09 22:37:36 +01:00
tools uhd: 3.10.1 -> 3.10.1.1 2017-06-20 03:56:42 +02:00
web nodejs: 8.0.0 -> 8.1.0 2017-06-08 22:15:57 +02:00