• 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/libxmlrpc/0005-config.mk.in-fix-shared-libraries-build-for-uClibc.patch
Romain NaourRomain Naour committed 0ad2d66919627 Dec 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From 5d68179a54b0a34d989722dcbe3b6eb962feb27d Mon Sep 17 00:00:00 2001
2
From: Romain Naour <romain.naour@openwide.fr>
3
Date: Tue, 23 Dec 2014 16:04:18 +0100
4
Subject: [PATCH] config.mk.in: fix shared libraries build for uClibc
5
​
6
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
7
---
8
 config.mk.in | 3 ++-
9
 1 file changed, 2 insertions(+), 1 deletion(-)
10
​
11
diff --git a/config.mk.in b/config.mk.in
12
index c5d4160..45461cf 100644
13
--- a/config.mk.in
14
+++ b/config.mk.in
15
@@ -166,7 +166,8 @@ shliblefn = $(1:%=%.shlibledummy)
16
 # HOST_OS is usually has a version number suffix, e.g. "aix5.3.0.0", so
17
 # we compare based on prefix.
18
 
19
-ifeq ($(patsubst linux-gnu%,linux-gnu,$(HOST_OS)),linux-gnu)
20
+# linux-uclibc is also a linux
21
+ifeq ($(patsubst linux-%,linux-,$(HOST_OS)),linux-)
22
   # Assume linker is GNU Compiler (gcc)
23
   SHARED_LIB_TYPE = unix
24
   MUST_BUILD_SHLIB = Y
25
-- 
26
1.9.3
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.