~ubuntu-branches/ubuntu/saucy/icon/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Christian Hudon
  • Date: 2011-05-23 15:28:11 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110523152811-6nxnyhkccvwdr497
Tags: 9.4.3-3
Apply patch from Kees Cook so Icon is not built needlessly with an
executable stack. (Closes: #543450)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
ifneq (, $(filter $(DEB_HOST_ARCH_CPU), alpha hppa ia64 mips mipsel \
27
27
                                        powerpc s390 sparc amd64 i386 \
28
 
                                        arm armel armeb ppc64 lpia))
 
28
                                                                                arm armel armeb ppc64 ))
29
29
    CFLAGS_OPT = -O0
30
30
endif    
31
31