~ubuntu-branches/ubuntu/utopic/evolution-ews/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-10-03 11:00:59 UTC
  • Revision ID: package-import@ubuntu.com-20141003110059-obfrdt4nxzghi20d
Tags: 3.12.6-1ubuntu1
Don't build with -Bsymbolic-functions in LDFLAGS - this causes
evolution to hang. (See bgo#594473 for details) (LP: #1363798)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
DEB_DH_MAKESHLIBS_ARGS_ALL += --no-act
10
10
 
 
11
# see https://bugzilla.gnome.org/show_bug.cgi?id=594473 for details
 
12
ifneq (,$(LDFLAGS))
 
13
  LDFLAGS := $(filter-out %-Bsymbolic-functions,$(LDFLAGS))
 
14
endif
 
15
 
11
16
DEB_CONFIGURE_EXTRA_FLAGS += --with-krb5 \
12
17
                             --enable-gtk-doc \
13
18
                             --with-internal-lzx