~ubuntu-branches/ubuntu/lucid/ecryptfs-utils/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2010-02-17 16:20:35 UTC
  • Revision ID: james.westby@ubuntu.com-20100217162035-jsw91n7ad4tppnfs
Tags: 83-0ubuntu2
debian/rules, debian/control: disable the gpg key module,
as it's not yet functional; does more harm than good to build it;
should not be in 10.04 LTS; clean up build-deps; also, not using
opencryptoki either; unbreak the build for 32-bit Lucid

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
DEB_BUILD_ARCH          ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
16
16
 
17
 
ifneq ($(DEB_BUILD_ARCH),s390)
18
 
        TPMFLAGS = --enable-opencryptoki
19
 
endif
20
 
 
21
17
clean:
22
18
        dh_testdir
23
19
        dh_testroot
39
35
        cp -f /usr/share/misc/config.sub config.sub
40
36
endif
41
37
 
42
 
        ./configure $(CROSS) --prefix=/usr --libdir=\$${prefix}/lib --mandir=\$${prefix}/share/man --enable-static --enable-gpg --enable-nss --disable-gui --enable-pam --disable-openssl --disable-pkcs11-helper --disable-tspi $(TPMFLAGS) CFLAGS="$(CFLAGS)"
 
38
        ./configure $(CROSS) --prefix=/usr --libdir=\$${prefix}/lib --mandir=\$${prefix}/share/man --enable-static --disable-gpg --enable-nss --disable-gui --enable-pam --disable-openssl --disable-pkcs11-helper --disable-tspi CFLAGS="$(CFLAGS)"
43
39
 
44
40
build: build-stamp
45
41
build-stamp: config.status