• 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/keyutils/0002-fix-install-rule.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Makefile: fix install rule
2
​
3
Do not link the .so with an absolute path, otherwise it may point to
4
the host library.
5
​
6
Based on the former patch by Yann E. MORIN.
7
​
8
Signed-off-by: Vicente Olivert Riera <vincent.riera@imgtec.com>
9
​
10
--- keyutils-1.5.9/Makefile.orig    2014-09-22 16:13:41.593562765 +0100
11
+++ keyutils-1.5.9/Makefile 2014-09-22 16:14:05.377963952 +0100
12
@@ -168,7 +168,7 @@ ifeq ($(NO_SOLIB),0)
13
    $(INSTALL) -D $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(LIBNAME)
14
    $(LNS) $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SONAME)
15
    mkdir -p $(DESTDIR)$(USRLIBDIR)
16
-   $(LNS) $(LIBDIR)/$(SONAME) $(DESTDIR)$(USRLIBDIR)/$(DEVELLIB)
17
+   $(LNS) $(SONAME) $(DESTDIR)$(USRLIBDIR)/$(DEVELLIB)
18
 endif
19
    $(INSTALL) -D keyctl $(DESTDIR)$(BINDIR)/keyctl
20
    $(INSTALL) -D request-key $(DESTDIR)$(SBINDIR)/request-key
  • 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.