summaryrefslogtreecommitdiffstats
path: root/recipe.d/0101-libsepol
blob: 4104d889454902c381f995318e08eea38b64ae05 (plain)
1
2
3
4
5
6
7
8
9
mcd $BUILDDIR/libsepol
rsync -av $SRC/libsepol-*/ ./

# TARGET is exported by local.conf and passed on make cmdline in stage2
# script. This overrides the definition in the libsepol Makefile, so
# we need to override again on the make cmdline here.

make TARGET=libsepol.so CC=gcc $J
make TARGET=libsepol.so CC=gcc $J LIBDIR=/usr/lib${SUFFIX} SHLIBDIR=/lib${SUFFIX} install