• 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/libshout/0001-Fix-THEORA-SPEEX-_LDFLAGS-typo.patch
Jörg KrauseJörg Krause committed e65cf4c4ff131 Aug 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From d96a3cafeebeb80b4796bacbe0e6da0bbd3ee48e Mon Sep 17 00:00:00 2001
2
From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks>
3
Date: Sun, 28 Aug 2016 00:39:55 +0200
4
Subject: [PATCH 1/2] Fix {THEORA,SPEEX}_LDFLAGS typo
5
MIME-Version: 1.0
6
Content-Type: text/plain; charset=UTF-8
7
Content-Transfer-Encoding: 8bit
8
​
9
Needed to properly link against libshout, otherwise the build fails with:
10
​
11
  error: LDFLAGS: No such file or directory
12
​
13
Upstream status: pending
14
https://github.com/xiph/Icecast-libshout/pull/4
15
​
16
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
17
---
18
 configure.ac | 4 ++--
19
 1 file changed, 2 insertions(+), 2 deletions(-)
20
​
21
diff --git a/configure.ac b/configure.ac
22
index 87a7f55..85f18ad 100644
23
--- a/configure.ac
24
+++ b/configure.ac
25
@@ -134,7 +134,7 @@ PKG_CHECK_MODULES(THEORA, theora, [
26
   ])
27
 fi
28
 XIPH_VAR_APPEND([XIPH_CPPFLAGS],[$THEORA_CFLAGS])
29
-XIPH_VAR_PREPEND([XIPH_LIBS],[$THEORA LDFLAGS $THEORA_LIBS])
30
+XIPH_VAR_PREPEND([XIPH_LIBS],[$THEORA_LDFLAGS $THEORA_LIBS])
31
 AM_CONDITIONAL([HAVE_THEORA], [test -n "$THEORA_LIBS"])
32
 if test -n "$THEORA_LIBS"
33
 then
34
@@ -153,7 +153,7 @@ PKG_CHECK_MODULES(SPEEX, speex, [
35
   ])
36
 fi
37
 XIPH_VAR_APPEND([XIPH_CPPFLAGS],[$SPEEX_CFLAGS])
38
-XIPH_VAR_PREPEND([XIPH_LIBS],[$SPEEX LDFLAGS $SPEEX_LIBS])
39
+XIPH_VAR_PREPEND([XIPH_LIBS],[$SPEEX_LDFLAGS $SPEEX_LIBS])
40
 AM_CONDITIONAL([HAVE_SPEEX], [test -n "$SPEEX_LIBS"])
41
 if test -n "$SPEEX_LIBS"
42
 then
43
-- 
44
2.9.3
45
​
  • 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.