summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2019-04-01 21:36:15 (EDT)
committer P. J. McDermott <pj@pehjota.net>2019-04-01 21:36:15 (EDT)
commit89723153d22c03265d5b1ae70b4bb2c6bea21e2b (patch)
tree3453ef665971d09e98de94859e783853a3084fa7
parentca7ef5c594985784760efe2e43e651ca2df3f0bd (diff)
build: Disable Common Lisp
-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