diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-23 20:08:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-23 20:08:18 +0200 |
commit | 5b8ca9882625b354c5d935a14067568414fc369e (patch) | |
tree | c19ec9a8ac798091c7190b8fa95e18e9956d13b6 /package/cairo/patches/patch-configure | |
parent | b98613262f08f4c594f42838983af6d1146c308a (diff) |
remove -flto
Diffstat (limited to 'package/cairo/patches/patch-configure')
-rw-r--r-- | package/cairo/patches/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/cairo/patches/patch-configure b/package/cairo/patches/patch-configure new file mode 100644 index 000000000..91e1f8cd4 --- /dev/null +++ b/package/cairo/patches/patch-configure @@ -0,0 +1,11 @@ +--- cairo-1.10.2.orig/configure 2010-12-25 15:22:57.000000000 +0100 ++++ cairo-1.10.2/configure 2011-07-23 14:58:11.293924415 +0200 +@@ -17236,7 +17236,7 @@ MAYBE_WARN="-Wall -Wextra \ + MAYBE_WARN="$MAYBE_WARN -erroff=E_ENUM_TYPE_MISMATCH_ARG \ + -erroff=E_ENUM_TYPE_MISMATCH_OP" + +-MAYBE_WARN="$MAYBE_WARN -fno-strict-aliasing -fno-common -flto" ++MAYBE_WARN="$MAYBE_WARN -fno-strict-aliasing -fno-common" + + MAYBE_WARN="$MAYBE_WARN -Wp,-D_FORTIFY_SOURCE=2" + |