• 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/cwiid/cwiid-0003-wmdemo-fix-linking-by-adding-the-missing-lbluetooth-.patch
Samuel MartinSamuel Martin committed 9c47cd5b64702 Jan 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From af6bffb5b8b71e99e0f9bbbd2cf1fbd695a643c2 Mon Sep 17 00:00:00 2001
2
From: Samuel Martin <s.martin49@gmail.com>
3
Date: Sat, 8 Dec 2012 13:32:40 +0100
4
Subject: [PATCH 1/2] wmdemo: fix linking by adding the missing -lbluetooth to
5
 LDLIBS
6
​
7
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
8
---
9
 wmdemo/Makefile.in | 2 +-
10
 1 file changed, 1 insertion(+), 1 deletion(-)
11
​
12
diff --git a/wmdemo/Makefile.in b/wmdemo/Makefile.in
13
index 56aed58..1eccc02 100644
14
--- a/wmdemo/Makefile.in
15
+++ b/wmdemo/Makefile.in
16
@@ -8,7 +8,7 @@ SOURCES = wmdemo.c
17
 
18
 CFLAGS += -I@top_builddir@/libcwiid
19
 LDFLAGS += -L@top_builddir@/libcwiid
20
-LDLIBS += -lcwiid
21
+LDLIBS += -lcwiid -lbluetooth
22
 INST_DIR = @bindir@
23
 
24
 include $(COMMON)/include/app.mak
25
-- 
26
1.8.5.2
27
​
  • 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.