From 21a24a53c4620e76a53a1b547fee60cad6d39a9d Mon Sep 17 00:00:00 2001 From: Al Stone Date: Thu, 3 Jan 2013 11:29:13 -0700 Subject: correct paths for installing libsepol Signed-off-by: Al Stone --- recipe.d/0101-libsepol | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'recipe.d/0101-libsepol') diff --git a/recipe.d/0101-libsepol b/recipe.d/0101-libsepol index 831a93a..4104d88 100644 --- a/recipe.d/0101-libsepol +++ b/recipe.d/0101-libsepol @@ -1,5 +1,9 @@ mcd $BUILDDIR/libsepol rsync -av $SRC/libsepol-*/ ./ -make CC=gcc $J -make CC=gcc $J install +# 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 -- cgit