diff options
author | Thomas Danckaert <thomas.danckaert@gmail.com> | 2016-10-25 10:56:46 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-10-25 14:56:37 +0200 |
commit | 4b12fe5caba259bbf32865001c94a1de14965c66 (patch) | |
tree | 7e7114568d65daba14c253a414040ddb2f21ce0c /gnu/local.mk | |
parent | 301d73f68c791d659f752595ae32db015be0216a (diff) | |
download | patches-4b12fe5caba259bbf32865001c94a1de14965c66.tar patches-4b12fe5caba259bbf32865001c94a1de14965c66.tar.gz |
gnu: coda: Remove bundled libraries.
* gnu/packages/maths.scm (coda): Remove bundled libraries.
[source]: Add patch and snippet to remove bundled zlib, pcre and expat.
[inputs]: Add system zlib, pcre and expat.
* gnu/packages/patches/coda-use-system-libs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-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 51849f42c7..4ffd37af91 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -484,6 +484,7 @@ dist_patch_DATA = \ %D%/packages/patches/clucene-pkgconfig.patch \ %D%/packages/patches/clx-remove-demo.patch \ %D%/packages/patches/cmake-fix-tests.patch \ + %D%/packages/patches/coda-use-system-libs.patch \ %D%/packages/patches/cpio-CVE-2016-2037.patch \ %D%/packages/patches/cpufrequtils-fix-aclocal.patch \ %D%/packages/patches/cracklib-CVE-2016-6318.patch \ |