summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/build b/build
index ba571f0..c43d0de 100755
--- a/build
+++ b/build
@@ -8,7 +8,7 @@ nop:
@:
build:
- oh-autoconfigure
+ oh-autoconfigure -- --enable-languages='' # TODO: Enable "cpp"
oh-autobuild -- CFLAGS='$(CFLAGS)'
if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \
oh-autotest -- CFLAGS='$(CFLAGS)'; \
@@ -18,7 +18,6 @@ build:
install: build
oh-autoinstall
rm dest/usr/lib/$(OPK_HOST_ARCH)/*.la
- rm -R dest/usr/share/common-lisp/
oh-fixperms
oh-strip
oh-installfiles