~ubuntu-branches/ubuntu/saucy/rrdtool/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-04-02 09:48:24 UTC
  • Revision ID: package-import@ubuntu.com-20130402094824-ey5jkyixun9myqq7
Tags: 1.4.7-2ubuntu1
Configure for the Tcl 8.5 multiarch installation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
34
34
DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
35
35
DEB_HOST_ARCH_CPU   ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
 
36
DEB_HOST_MULTIARCH  ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
36
37
 
37
38
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
38
39
  CONFFLAGS += --build $(DEB_HOST_GNU_TYPE)
50
51
CONFFLAGS += --with-perl-options=INSTALLDIRS=vendor 
51
52
 
52
53
#path to tcl
53
 
CONFFLAGS += --with-tcllib=/usr/lib/tcl$(TCL_VERS)
 
54
CONFFLAGS += --with-tcllib=/usr/lib/$(DEB_HOST_MULTIARCH)/tcl$(TCL_VERS)
54
55
 
55
56
#let's take care of optimization + debug builds
56
57
CFLAGS += -Wall -g