~ubuntu-branches/ubuntu/trusty/puredata/trusty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Paul Brossier, IOhannes m zmölnig, Paul Brossier
  • Date: 2011-05-04 02:35:41 UTC
  • Revision ID: james.westby@ubuntu.com-20110504023541-8nwuk5uk7j9qct7v
Tags: 0.43.0-2
[ IOhannes m zmölnig ]
* debian/rules: only apply package-specific overrides, if the package is built

[ Paul Brossier ]
* debian/patches/usercflags.patch: make sure user cflags are passed after default ones
* debian/source/local-options: add unapply-patches option

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        if test "x${ANDROID}" = "xno"; then
41
41
         LINUX=yes
42
42
         portaudio=yes
43
 
         CFLAGS="$CFLAGS -O6 -funroll-loops -fomit-frame-pointer"
 
43
         CFLAGS="-O6 -funroll-loops -fomit-frame-pointer $CFLAGS"
44
44
        fi
45
45
        EXTERNAL_CFLAGS="-fPIC"
46
46
        EXTERNAL_LDFLAGS="-Wl,--export-dynamic -shared -fPIC"