~ubuntu-branches/ubuntu/natty/mozvoikko/natty-proposed

« back to all changes in this revision

Viewing changes to .pc/fix_sdk_build.patch/src/Makefile.xulrunner

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2011-12-20 00:19:52 UTC
  • mfrom: (18.1.3 natty-security)
  • Revision ID: package-import@ubuntu.com-20111220001952-kgbjh71gwu6l8023
Tags: 1.10.0-0ubuntu0.11.04.4
* Update for Firefox 9 (LP: #906389)
  - update debian/patches/port_to_latest_firefox.patch for
    mozISpellCheckingEngine changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
ifndef CFLAGS
32
32
        CFLAGS=-O2
33
33
endif
34
 
CC_FLAGS=$(CFLAGS) -Wall -Werror -Wno-non-virtual-dtor -fno-rtti -fno-exceptions -fPIC
 
34
CC_FLAGS=$(CFLAGS) -Wall -Werror -Wno-strict-aliasing -Wno-non-virtual-dtor -fno-rtti -fno-exceptions -fPIC
35
35
CC_INCLUDES=$(XULRUNNER_INCLUDES) -include mozilla-config.h -include xpcom-config.h
36
36
CC_DEFINES=-DSYSTEM_LIBVOIKKO
37
37
CC_LIBS=-Wl,--as-needed $(XULRUNNER_LIBS)