diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-08-30 14:51:44 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-08-30 23:20:09 +0200 |
commit | a2d7725e4d3e2b415b2708bf80a78db71f801aec (patch) | |
tree | bc9caea8f5618e950c5bbba9e6579baa5f354a88 /package/btrfs-progs/btrfs-progs-0001-no-documentation.patch | |
parent | 4d36f10426c1f93406eb4c43f9839bc9a2b2cd21 (diff) | |
download | buildroot-a2d7725e4d3e2b415b2708bf80a78db71f801aec.tar.gz buildroot-a2d7725e4d3e2b415b2708bf80a78db71f801aec.zip |
btrfs-progs: bump to version 3.16, fix static linking
The original aim of this patch was to fix static linking of
btrfs-progs. In order to implement this in the form of patches that
can potentially be upstreamed, this patch first bumps the btrfs-progs
package to the latest upstream stable version. It then:
- Reworks the existing documentation disabling patch in a form that
can potentially be upstreamed.
- Adds a patch to support static building of the btrfs-progs
binaries.
Both patches have been submitted upstream, see
http://article.gmane.org/gmane.comp.file-systems.btrfs/38145.
Fixes:
http://autobuild.buildroot.org/results/ddc/ddcc70143ce2c2882894184e4ce195a11407e027/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/btrfs-progs/btrfs-progs-0001-no-documentation.patch')
-rw-r--r-- | package/btrfs-progs/btrfs-progs-0001-no-documentation.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/package/btrfs-progs/btrfs-progs-0001-no-documentation.patch b/package/btrfs-progs/btrfs-progs-0001-no-documentation.patch deleted file mode 100644 index cdda67112b..0000000000 --- a/package/btrfs-progs/btrfs-progs-0001-no-documentation.patch +++ /dev/null @@ -1,19 +0,0 @@ -Disable documentation build/install, it needs asciidoc -and we don't use it anyway. - -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> - -diff -Nura btrfs-progs-v3.14.2.orig/Makefile btrfs-progs-v3.14.2/Makefile ---- btrfs-progs-v3.14.2.orig/Makefile 2014-05-29 21:56:59.000000000 -0300 -+++ btrfs-progs-v3.14.2/Makefile 2014-06-17 16:53:29.404520306 -0300 -@@ -57,8 +57,8 @@ - btrfs_fragment_libs = -lgd -lpng -ljpeg -lfreetype - - SUBDIRS = --BUILDDIRS = $(patsubst %,build-%,$(SUBDIRS)) build-Documentation --INSTALLDIRS = $(patsubst %,install-%,$(SUBDIRS)) install-Documentation -+BUILDDIRS = $(patsubst %,build-%,$(SUBDIRS)) -+INSTALLDIRS = $(patsubst %,install-%,$(SUBDIRS)) - CLEANDIRS = $(patsubst %,clean-%,$(SUBDIRS)) - - .PHONY: $(SUBDIRS) |