All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libfuse: fix internal version number
@ 2016-02-28 14:05 Bernd Kuhls
  2016-02-28 15:54 ` Arnout Vandecappelle
  2016-02-28 17:47 ` Peter Korsgaard
  0 siblings, 2 replies; 6+ messages in thread
From: Bernd Kuhls @ 2016-02-28 14:05 UTC (permalink / raw)
  To: buildroot

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@franke-prem.de>
Signed-off-by: Bernd Kuhls <bernd.kuhls@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@franke-prem.de>
+[original post: http://lists.busybox.net/pipermail/buildroot/2016-February/154294.html]
+Signed-off-by: Bernd Kuhls <bernd.kuhls@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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-28 19:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-28 14:05 [Buildroot] [PATCH 1/1] package/libfuse: fix internal version number Bernd Kuhls
2016-02-28 15:54 ` Arnout Vandecappelle
2016-02-28 16:04   ` Roland Franke
2016-02-28 17:47 ` Peter Korsgaard
2016-02-28 19:22   ` Roland Franke
2016-02-28 19:40     ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.