All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH bzip2] bzip2: add so.1 link
@ 2012-02-09 22:25 Trevor Woerner
  2012-02-09 22:25 ` [Buildroot] [PATCH v3 directfb] directfb: font handling requires libbz2 Trevor Woerner
  2012-02-09 22:33 ` [Buildroot] [PATCH bzip2] bzip2: add so.1 link Peter Korsgaard
  0 siblings, 2 replies; 9+ messages in thread
From: Trevor Woerner @ 2012-02-09 22:25 UTC (permalink / raw)
  To: buildroot

From: Trevor Woerner <twoerner@gmail.com>

In addition to the .so link add a .so.1 link for the target rootfs.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 package/bzip2/bzip2.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/bzip2/bzip2.mk b/package/bzip2/bzip2.mk
index d3bb2b0..1bc4449 100644
--- a/package/bzip2/bzip2.mk
+++ b/package/bzip2/bzip2.mk
@@ -59,6 +59,7 @@ define BZIP2_INSTALL_TARGET_CMDS
 	cp $(@D)/libbz2.so.$(BZIP2_SONAME) $(TARGET_DIR)/usr/lib/
 	(cd $(TARGET_DIR)/usr/lib; \
 		ln -snf libbz2.so.$(BZIP2_SONAME) libbz2.so.1.0; \
+		ln -snf libbz2.so.$(BZIP2_SONAME) libbz2.so.1; \
 		ln -snf libbz2.so.$(BZIP2_SONAME) libbz2.so; \
 	)
 	(cd $(TARGET_DIR)/usr/bin; \
@@ -102,4 +103,4 @@ define HOST_BZIP2_INSTALL_CMDS
 endef
 
 $(eval $(call GENTARGETS))
-$(eval $(call GENTARGETS,host))
\ No newline at end of file
+$(eval $(call GENTARGETS,host))
-- 
1.7.9.GIT

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

end of thread, other threads:[~2012-02-10 19:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-09 22:25 [Buildroot] [PATCH bzip2] bzip2: add so.1 link Trevor Woerner
2012-02-09 22:25 ` [Buildroot] [PATCH v3 directfb] directfb: font handling requires libbz2 Trevor Woerner
2012-02-10 10:00   ` Peter Korsgaard
2012-02-10 13:22     ` Trevor Woerner
2012-02-10 14:06       ` Peter Korsgaard
2012-02-10 16:10         ` Trevor Woerner
2012-02-10 19:11           ` Peter Korsgaard
2012-02-10 18:59     ` Trevor Woerner
2012-02-09 22:33 ` [Buildroot] [PATCH bzip2] bzip2: add so.1 link 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.