summaryrefslogtreecommitdiffstats
path: root/recipe.d/0104-libsemanage
blob: 2da947181860d2b6a697efe7ed98cfdf1e39f9de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#requires flex
#requires bison
#requires ustr
#requires libsepol

mcd $BUILDDIR/libsemanage
rsync -av $SRC/libsemanage-*/ ./

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

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