~ubuntu-branches/ubuntu/quantal/libxfce4util/quantal

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-04 12:59:00 UTC
  • mfrom: (1.2.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20101204125900-0njzg5ujidoxkua6
Tags: 4.7.4-0ubuntu1
* New upstream development release.
* Import hardening changes from pkg-xfce svn.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
 
3
include /usr/share/hardening-includes/hardening.make
 
4
 
3
5
CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
4
6
LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
5
 
LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
 
7
LDFLAGS+=$(HARDENING_LDFLAGS) -Wl,-z,defs -Wl,--as-needed -Wl,-O1
 
8
CFLAGS+=$(HARDENING_CFLAGS)
6
9
 
7
10
override_dh_install:
8
11
        rm -f $(CURDIR)/debian/tmp/usr/lib/libxfce4util.la