• 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/bellagio/0001-drop-werror.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
[PATCH] don't force -Werror in CFLAGS
2
​
3
Released software shouldn't get built with -Werror.
4
​
5
Signed-of-by: Peter Korsgaard <jacmet@sunsite.dk>
6
---
7
 configure.ac |    2 +-
8
 1 file changed, 1 insertion(+), 1 deletion(-)
9
​
10
Index: libomxil-bellagio-0.9.3/configure.ac
11
===================================================================
12
--- libomxil-bellagio-0.9.3.orig/configure.ac
13
+++ libomxil-bellagio-0.9.3/configure.ac
14
@@ -5,7 +5,7 @@
15
 AC_PREREQ([2.59])
16
 
17
 AC_CONFIG_HEADERS([config.h])
18
-CFLAGS="${CFLAGS} -Wall -Werror"
19
+CFLAGS="${CFLAGS} -Wall"
20
 
21
 ################################################################################
22
 # Set the shared versioning info, according to section 6.3 of the libtool info #
  • 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.