• 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/libhid/0002-no-newline-in-ldflags.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Fix improper usage of macro that introduces a wrong newline
2
​
3
The MD_CONF_FLAGS() macro was used with a final newline that
4
introduces an invalid newline in the middle of the macro expansion
5
when defining LDFLAGS.
6
​
7
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8
​
9
Index: libhid-0.2.16/configure.ac
10
===================================================================
11
--- libhid-0.2.16.orig/configure.ac 2007-04-01 22:32:10.000000000 +0200
12
+++ libhid-0.2.16/configure.ac  2012-12-12 20:24:03.000000000 +0100
13
@@ -102,8 +102,7 @@
14
   [],
15
   [$OS_CFLAGS $LIBUSB_CFLAGS],
16
   [],
17
-  [$OS_LDFLAGS $LIBUSB_LIBS]
18
-)
19
+  [$OS_LDFLAGS $LIBUSB_LIBS])
20
 
21
 MD_CONF_DB2MAN
22
 
  • 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.