-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
864f1a3
commit f066427
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
packages/libcec/patches/0001-suppress-mangling-has-changed-warning.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From 1ad25ad5365d99b1523d90dec2884e463dba2a81 Mon Sep 17 00:00:00 2001 | ||
From: warped-rudi <[email protected]> | ||
Date: Wed, 2 Oct 2013 08:59:30 +0200 | ||
Subject: [PATCH] suppress 'mangling has changed...' warning | ||
|
||
--- | ||
configure.ac | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/configure.ac b/configure.ac | ||
index 9b2ac34..772ca7f 100644 | ||
--- a/configure.ac | ||
+++ b/configure.ac | ||
@@ -342,7 +342,7 @@ fi | ||
LIBS_LIBCEC="$LIBS" | ||
LIBS="$libs_client" | ||
|
||
-CXXFLAGS="$CXXFLAGS -fPIC -Wall -Wextra -Wno-missing-field-initializers" | ||
+CXXFLAGS="$CXXFLAGS -fPIC -Wall -Wextra -Wno-missing-field-initializers -Wno-psabi" | ||
|
||
if test "x$use_debug" = "xyes"; then | ||
CXXFLAGS="$CXXFLAGS -g" | ||
-- | ||
1.7.9.5 | ||
|