• 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/0004-Makefile-for-buildroot.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Makefile: Don't call "ln" directly
2
​
3
Signed-off-by: Vicente Olivert Riera <vincent.riera@imgtec.com>
4
​
5
--- keyutils-1.5.9/Makefile.orig    2014-09-22 16:05:14.117007430 +0100
6
+++ keyutils-1.5.9/Makefile 2014-09-22 16:06:26.053219336 +0100
7
@@ -123,10 +123,10 @@ endif
8
 ifeq ($(NO_SOLIB),0)
9
 all: $(DEVELLIB)
10
 $(DEVELLIB): $(SONAME)
11
-   ln -sf $< $@
12
+   $(LNS) $< $@
13
 
14
 $(SONAME): $(LIBNAME)
15
-   ln -sf $< $@
16
+   $(LNS) $< $@
17
 
18
 LIBVERS := -shared -Wl,-soname,$(SONAME) -Wl,--version-script,version.lds
19
 
  • 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.