diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-11-20 01:11:26 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-11-20 01:11:26 +0100 |
commit | 9acfe275adf1bc27483ba58c6d86a84ba20aa08f (patch) | |
tree | 17c1bb2cf62bfb80b4c493960f731bd7494d57b1 | |
parent | 30f0feff1964aea0524747b50180d021591956f6 (diff) | |
download | patches-9acfe275adf1bc27483ba58c6d86a84ba20aa08f.tar patches-9acfe275adf1bc27483ba58c6d86a84ba20aa08f.tar.gz |
gnu: Add missing patch to local.mk.
This line was removed by accident in 0a41123f01d5d2466d6f533be3644ac8c9a2bdf9.
* gnu/local.mk (dist_patch_DATA): Add "clang-3.5-libc-search-path.patch".
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 7073416633..d2f085eaa5 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -617,6 +617,7 @@ dist_patch_DATA = \ %D%/packages/patches/chmlib-inttypes.patch \ %D%/packages/patches/clamav-config-llvm-libs.patch \ %D%/packages/patches/clamav-system-tomsfastmath.patch \ + %D%/packages/patches/clang-3.5-libc-search-path.patch \ %D%/packages/patches/clang-3.8-libc-search-path.patch \ %D%/packages/patches/clang-6.0-libc-search-path.patch \ %D%/packages/patches/clang-runtime-asan-build-fixes.patch \ |