summaryrefslogtreecommitdiffstats
path: root/recipe.d/0101-libsepol
diff options
context:
space:
mode:
Diffstat (limited to 'recipe.d/0101-libsepol')
-rw-r--r--recipe.d/0101-libsepol4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipe.d/0101-libsepol b/recipe.d/0101-libsepol
index 427647f..831a93a 100644
--- a/recipe.d/0101-libsepol
+++ b/recipe.d/0101-libsepol
@@ -1,5 +1,5 @@
mcd $BUILDDIR/libsepol
rsync -av $SRC/libsepol-*/ ./
-make $J
-make $J install
+make CC=gcc $J
+make CC=gcc $J install