~ubuntu-branches/ubuntu/wily/libtrio/wily-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2015-07-22 14:02:45 UTC
  • Revision ID: package-import@ubuntu.com-20150722140245-mcng3yjocc18q6bw
Tags: 1.16+dfsg1-3ubuntu1
Link with math library using "-lm" linker option (LP: #1371782).

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        doxygen doc/trio.cfg
21
21
 
22
22
override_dh_auto_configure:
23
 
        dh_auto_configure -- --prefix=$(CURDIR)/debian/tmp/usr --libdir=$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH) CFLAGS="$(CFLAGS)"
 
23
        dh_auto_configure -- --prefix=$(CURDIR)/debian/tmp/usr --libdir=$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS) -lm"
24
24
 
25
25
override_dh_auto_install:
26
26
        dh_auto_install