diff options
author | 2019-04-02 12:57:00 +0000 | |
---|---|---|
committer | 2019-04-02 12:57:00 +0000 | |
commit | d5b71dfc23bf71c1f5feab32c907f18f25350204 (patch) | |
tree | f9ee73bbe429437a5a1c2bee9df47bfa4a2ba23b | |
parent | new variable NOLIBSTATIC= prevents installation of a static library, (diff) | |
download | wireguard-openbsd-d5b71dfc23bf71c1f5feab32c907f18f25350204.tar.xz wireguard-openbsd-d5b71dfc23bf71c1f5feab32c907f18f25350204.zip |
Do not install libLLVM.a. At present the clang tools are either
static-linked against private copy, or dynamic tools against the *.so,
or ports use independent componented versions. Saves ~85MB in /usr.
ok jsg
-rw-r--r-- | gnu/usr.bin/clang/libLLVM/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/clang/libLLVM/Makefile b/gnu/usr.bin/clang/libLLVM/Makefile index 8092c65631a..53f53e521e1 100644 --- a/gnu/usr.bin/clang/libLLVM/Makefile +++ b/gnu/usr.bin/clang/libLLVM/Makefile @@ -60,6 +60,7 @@ .endif +NOLIBSTATIC= # do not install static version LIB= LLVM includes: |