diff options
author | Eric Le Bihan <eric.le.bihan.dev@free.fr> | 2017-04-02 19:54:18 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-07 19:44:21 +0200 |
commit | 2e06eaa8db5e12cc5f8362da4aef8309ea6e682f (patch) | |
tree | 7833bfa2545b2e5cdc1cc922629158eb109c3534 /package/jemalloc/0001-Disable-documentation.patch | |
parent | 80e2a5465880965b93d3647ca96f4af5f55252c4 (diff) | |
download | buildroot-2e06eaa8db5e12cc5f8362da4aef8309ea6e682f.tar.gz buildroot-2e06eaa8db5e12cc5f8362da4aef8309ea6e682f.zip |
jemalloc: bump version to 4.5.0
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
[Thomas: use release tarball, which avoids the need for autoreconf.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/jemalloc/0001-Disable-documentation.patch')
-rw-r--r-- | package/jemalloc/0001-Disable-documentation.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/package/jemalloc/0001-Disable-documentation.patch b/package/jemalloc/0001-Disable-documentation.patch new file mode 100644 index 0000000000..a5f252cd70 --- /dev/null +++ b/package/jemalloc/0001-Disable-documentation.patch @@ -0,0 +1,29 @@ +From b9113f8dc939dab775dbc64bae03b927f0679467 Mon Sep 17 00:00:00 2001 +From: Eric Le Bihan <eric.le.bihan.dev@free.fr> +Date: Sun, 2 Apr 2017 19:26:04 +0200 +Subject: [PATCH] Disable documentation + +As there is no option to disable documentation, update Makefile.in to +skip it. + +Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> +--- + Makefile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile.in b/Makefile.in +index e49a871..74a7541 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -383,7 +383,7 @@ done + + install_doc: install_doc_html install_doc_man + +-install: install_bin install_include install_lib install_doc ++install: install_bin install_include install_lib + + tests_unit: $(TESTS_UNIT:$(srcroot)%.c=$(objroot)%$(EXE)) + tests_integration: $(TESTS_INTEGRATION:$(srcroot)%.c=$(objroot)%$(EXE)) +-- +2.9.3 + |