From: Trevor Woerner <twoerner@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH bzip2] bzip2: add so.1 link
Date: Thu, 9 Feb 2012 17:25:13 -0500 [thread overview]
Message-ID: <1328826314-30424-1-git-send-email-twoerner@gmail.com> (raw)
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
next reply other threads:[~2012-02-09 22:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-09 22:25 Trevor Woerner [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1328826314-30424-1-git-send-email-twoerner@gmail.com \
--to=twoerner@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox