~ubuntu-branches/ubuntu/jaunty/ace/jaunty

« back to all changes in this revision

Viewing changes to debian/patches/04-reduce-opt.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Girard
  • Date: 2008-06-13 21:52:28 UTC
  • mfrom: (3.1.4 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080613215228-zr4s3uqfn7ohqibv
Tags: 5.6.3-5
* Do not ship MPC config files in both mpc-ace and libace-dev packages;
  they're meant to be only in mpc-ace. Make mpc-ace Replaces: the bogus
  previous upload. Closes: #484718.
* Bump Standards-Version: to 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 04-reduce-opt.dpatch by Thomas Girard <thomas.g.girard@free.fr>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: drop -O3 default optimization level
 
6
 
 
7
@DPATCH@
 
8
--- ACE_wrappers.orig/m4/compiler.m4
 
9
+++ ACE_wrappers/m4/compiler.m4
 
10
@@ -234,7 +234,7 @@
 
11
            CXXFLAGS="$CXXFLAGS"
 
12
            ACE_CXXFLAGS="$ACE_CXXFLAGS"
 
13
            DCXXFLAGS="$DCXXFLAGS"
 
14
-           OCXXFLAGS="-O3"
 
15
+           OCXXFLAGS=""
 
16
          fi
 
17
          ;;
 
18
      esac