• 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/alsa-lib/0006-ucm-parser-needs-limits.h.patch
Gustavo ZacariasGustavo Zacarias committed bbe7874097c22 Dec 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From 13a796b4bd00defa9f9297fd23d508b430682aed Mon Sep 17 00:00:00 2001
2
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
3
Date: Wed, 21 Dec 2016 19:41:26 -0300
4
Subject: [PATCH] ucm: parser needs limits.h
5
​
6
It's using PATH_MAX which is defined there, otherwise the build fails on
7
musl libc.
8
​
9
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
10
---
11
Patch status: sent to alsa-devel ML.
12
​
13
 src/ucm/parser.c | 1 +
14
 1 file changed, 1 insertion(+)
15
​
16
diff --git a/src/ucm/parser.c b/src/ucm/parser.c
17
index c98373a..f520abc 100644
18
--- a/src/ucm/parser.c
19
+++ b/src/ucm/parser.c
20
@@ -32,6 +32,7 @@
21
 
22
 #include "ucm_local.h"
23
 #include <dirent.h>
24
+#include <limits.h>
25
 
26
 /** The name of the environment variable containing the UCM directory */
27
 #define ALSA_CONFIG_UCM_VAR "ALSA_CONFIG_UCM"
28
-- 
29
2.10.2
30
​
  • 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.