[Buildroot] [PATCH 1/1] package/libfuse: fix internal version number

Bernd Kuhls bernd.kuhls at t-online.de
Sun Feb 28 14:05:30 UTC 2016


Upstream forgot to bump the internal version number to 2.9.5 during the
last update. Roland Franke sent me an e-mail about it before posting
to the buildroot mailinglist, in order to help the integration of this
patch into buildroot I am sending this patch formatted by git.

Signed-off-by: Roland Franke <fli4l at franke-prem.de>
Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 .../libfuse/0002-fix-libfuse-versionsnumber.patch  | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 package/libfuse/0002-fix-libfuse-versionsnumber.patch

diff --git a/package/libfuse/0002-fix-libfuse-versionsnumber.patch b/package/libfuse/0002-fix-libfuse-versionsnumber.patch
new file mode 100644
index 0000000..bbcb1e6
--- /dev/null
+++ b/package/libfuse/0002-fix-libfuse-versionsnumber.patch
@@ -0,0 +1,33 @@
+Fix version number of build files from libfuse to real version
+
+Bug was reported upstream: https://github.com/libfuse/libfuse/issues/10
+and will be fixed with the next release:
+https://github.com/libfuse/libfuse/issues/10#issuecomment-172380172
+
+Signed-off-by: Roland Franke <fli4l at franke-prem.de>
+[original post: http://lists.busybox.net/pipermail/buildroot/2016-February/154294.html]
+Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
+[added links to upstream bug report]
+
+--- a/lib/Makefile.am
++++ b/lib/Makefile.am
+@@ -37,7 +37,7 @@
+ 	$(iconv_source)		\
+ 	$(mount_source)
+ 
+-libfuse_la_LDFLAGS = -pthread @libfuse_libs@ -version-number 2:9:4 \
++libfuse_la_LDFLAGS = -pthread @libfuse_libs@ -version-number 2:9:5 \
+ 	-Wl,--version-script,$(srcdir)/fuse_versionscript
+ 
+ if NETBSD
+--- a/lib/Makefile.in
++++ b/lib/Makefile.in
+@@ -367,7 +367,7 @@
+ 	$(iconv_source)		\
+ 	$(mount_source)
+ 
+-libfuse_la_LDFLAGS = -pthread @libfuse_libs@ -version-number 2:9:4 \
++libfuse_la_LDFLAGS = -pthread @libfuse_libs@ -version-number 2:9:5 \
+ 	-Wl,--version-script,$(srcdir)/fuse_versionscript
+ 
+ @NETBSD_TRUE at libfuse_la_LIBADD = -lperfuse -lpuffs
-- 
2.7.0



More information about the buildroot mailing list