• 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/autossh/0001-honour-LDFLAGS.patch
Waldemar BrodkorbWaldemar Brodkorb committed 114f5a9310725 Nov 2016
Raw file
Source viewDiff to previous
 
1
Honour LDFLAGS, especially required when static linking
2
​
3
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
4
​
5
diff -Nur autossh-1.4e.orig/Makefile.in autossh-1.4e/Makefile.in
6
--- autossh-1.4e.orig/Makefile.in   2015-02-10 05:41:58.000000000 +0100
7
+++ autossh-1.4e/Makefile.in    2016-11-25 12:49:06.052122855 +0100
8
@@ -31,7 +31,7 @@
9
 
10
 
11
 $(TARGET): $(OFILES)
12
-       $(CC) $(CPPFLAGS) -o $(TARGET) $(OFILES) $(LIBS)
13
+       $(CC) $(CPPFLAGS) $(LDFLAGS) -o $(TARGET) $(OFILES) $(LIBS)
14
 
15
 clean:
16
        - /bin/rm -f *.o *.a *.core *~
  • 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.