From 89723153d22c03265d5b1ae70b4bb2c6bea21e2b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 01 Apr 2019 21:36:15 -0400 Subject: build: Disable Common Lisp --- 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 -- cgit v0.9.1