Rev 63 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 63 | Rev 64 | ||
---|---|---|---|
Line 31... | Line 31... | ||
31 | configure-stamp: |
31 | configure-stamp: |
32 | dh_testdir |
32 | dh_testdir |
33 | 33 | ||
34 | [ -f debian/autoreconf.before ] || dh_autoreconf |
34 | [ -f debian/autoreconf.before ] || dh_autoreconf |
35 | 35 | ||
36 | ./configure --prefix=/usr $(buildflags) |
36 | ./configure --prefix=/usr $(buildflags) \ |
- | 37 | --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) |
|
37 | 38 | ||
38 | touch $@ |
39 | touch $@ |
39 | 40 | ||
40 | build: build-arch |
41 | build: build-arch |
41 | build-indep: |
42 | build-indep: |