~asommer/openldap/apport-hook

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-10-24 23:22:33 UTC
  • Revision ID: james.westby@ubuntu.com-20081024232233-dizzg95ph24182mu
Tags: 2.4.11-0ubuntu6
Disable the testsuite on hppa. Allows building of packages on this
architecture again, once this package is in the archive.
LP: #288908.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    CFLAGS += -O2
21
21
endif
22
22
 
 
23
DEB_BUILD_ARCH  ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
24
 
23
25
# Tell Autoconf the correct system types.
24
26
DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
25
27
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
106
108
        $(MAKE) -C $(builddir) $(MAKEVARS)
107
109
        $(MAKE) -C contrib/slapd-modules/nssov/
108
110
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 
111
  ifneq ($(DEB_BUILD_ARCH),hppa)
109
112
        RESOLV_MULTI=off $(MAKE) -C $(builddir) test
 
113
  endif
110
114
endif
111
115
        touch $@
112
116