~ubuntu-branches/ubuntu/precise/rpm/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Michal Čihař
  • Date: 2011-05-21 10:28:27 UTC
  • mfrom: (17.2.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110521102827-865r17ft7csgb71z
Tags: 4.9.0-5
Disable cap on non Linux arches in configure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
ifeq (linux,$(DEB_HOST_ARCH_OS))
12
12
       SELINUXLIBS = -lselinux -lsepol
 
13
       configure_flags +=--with-cap
13
14
else
14
15
       SELINUXLIBS = -lsepol
15
16
endif
23
24
        --with-debian \
24
25
        --enable-shared \
25
26
        --enable-python \
26
 
        --with-cap \
27
27
        LDFLAGS="-Wl,--as-needed" \
28
28
        CPPFLAGS="$(CPPFLAGS)"
29
29