• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/librtas/0001-librtas-install-librtas.so.1-symlink.patch
Sam bobroffSam bobroff committed 10e10f128d819 May 2015
Raw file
Source viewDiff to previous
 
1
Add a line to the librtas Makefile to create librtas.so.1 when
2
performing "make install".
3
​
4
Without this patch programs linked with librtas will fail at run time:
5
​
6
error while loading shared libraries: librtas.so.1: cannot open shared
7
object file: No such file or directory
8
​
9
A patch has been submitted upstream so it is likely that this patch
10
can be dropped after the next release of librtas.
11
​
12
Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
13
---
14
 librtas_src/Makefile |    1 +
15
 1 file changed, 1 insertion(+)
16
​
17
diff --git a/librtas_src/Makefile b/librtas_src/Makefile
18
index 3a10222..deba29d 100644
19
--- a/librtas_src/Makefile
20
+++ b/librtas_src/Makefile
21
@@ -33,6 +33,7 @@ install:
22
    @$(call install_lib,$(LIBRTAS),$(DESTDIR))
23
    @$(call install_inc,$(HEADERS),$(DESTDIR))
24
    @ln -sf $(LIBRTAS) $(DESTDIR)/$(LIB_DIR)$(call is_lib64,$(LIBRTAS))/$(LIBRTAS_SONAME)
25
+   @ln -sf $(LIBRTAS) $(DESTDIR)/$(LIB_DIR)$(call is_lib64,$(LIBRTAS))/$(LIBRTAS_SONAME).1
26
 
27
 uninstall:
28
    @$(call uninstall_lib,$(LIBRTAS),$(DESTDIR))
29
-- 
30
1.7.10.4
31
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.