~ubuntu-branches/ubuntu/trusty/libapache2-mod-rivet/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Massimo Manghi
  • Date: 2013-04-24 23:36:55 UTC
  • Revision ID: package-import@ubuntu.com-20130424233655-sx7smn01iijja4bp
Tags: 2.1.1-2
Changing build dependency from tcl8.5-dev to tcl-dev as Tcl 8.5
is the current Debian default. This should also fix a problem
with Ubuntu which already is using a multiarch configuration script
in /usr/lib/tclConfig.sh

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
        CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"                                 \
49
49
        ./configure --host=$(DEB_HOST_GNU_TYPE)                                 \
50
50
                        --build=$(DEB_BUILD_GNU_TYPE)                           \
51
 
                        --with-tcl=/usr/lib/tcl$(TCL_VERSION)/              \
 
51
                        --with-tcl=/usr/lib                                     \
52
52
                        --with-apache=/usr                                                  \
53
53
                        --with-apxs=/usr/bin/apxs2                                      \
54
 
                        --with-tclsh=/usr/bin/tclsh$(TCL_VERSION)           \
 
54
                        --with-tclsh=/usr/bin/tclsh                         \
55
55
                        --with-rivet-target-dir=$(RIVETLIB_DIR)         \
56
56
                        --enable-version-display 
57
57
        touch configure-stamp