• Home
  • Raw
  • Download

Lines Matching +full:debian +full:- +full:build +full:- +full:testing

7 [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/selinux.svg)](https:/…
19 ------------
23 * Alpine Linux (https://pkgs.alpinelinux.org/package/edge/testing/x86/policycoreutils)
26 * Debian and Ubuntu (https://packages.debian.org/sid/policycoreutils)
27 * Gentoo (https://packages.gentoo.org/packages/sys-apps/policycoreutils)
29 * Yocto Project (http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/tree/recipes-security/selin…
33 Building and testing
34 --------------------
36 Build dependencies on Fedora:
41 audit-libs-devel \
43 bzip2-devel \
44 CUnit-devel \
49 glib2-devel \
51 libcap-devel \
52 libcap-ng-devel \
53 pam-devel \
54 pcre-devel \
59 python3-devel \
60 ruby-devel \
64 Build dependencies on Debian:
68 apt-get install --no-install-recommends --no-install-suggests \
75 libaudit-dev \
76 libbz2-dev \
77 libcap-dev \
78 libcap-ng-dev \
79 libcunit1-dev \
80 libglib2.0-dev \
81 libpcre3-dev \
84 python3-distutils \
89 apt-get install --no-install-recommends --no-install-suggests \
90 python3-dev \
91 ruby-dev \
95 To build and install everything under a private directory, run:
99 make DESTDIR=~/obj install install-rubywrap install-pywrap
101 On Debian `PYTHON_SETUP_ARGS=--install-layout=deb` needs to be set when installing the python wrapp…
112 (overwriting any previously installed ones - dangerous!),
115 make LIBDIR=/usr/lib64 SHLIBDIR=/lib64 install install-pywrap relabel
117 or on x86 (32-bit), run:
119 make install install-pywrap relabel
129 to provide a reasonable set of default flags, custom CFLAGS could break the build, or have other un…
130 changes on the build output. Thus, be very careful when setting CFLAGS. CFLAGS that are encouraged …
133 - -fno-semantic-interposition for gcc or compilers that do not do this. clang does this by default.…
138 -----