~ubuntu-branches/ubuntu/natty/expat/natty-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-01-19 09:59:07 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100119095907-cwnv05hq3cp0y1xp
Tags: 2.0.1-7ubuntu1
* Merge from Debian testing. Remaining changes:
  - Install run-time libraries into /lib rather than /usr/lib, since
    dbus-daemon is in /bin and links to libexpat.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        HOST64FLAG = --host=s390x-linux-gnu
34
34
endif
35
35
 
36
 
CFLAGS  = -Wall -g -pthread -D_REENTRANT
 
36
# -pthread -D_REENTRANT #551079
 
37
CFLAGS  = -Wall -g
37
38
LDFLAGS = -Wl,-Bsymbolic-functions
38
39
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
39
40
        CFLAGS += -O0