From a21c59be364cde08a128147b6ad62b19120d0f72 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 07 Jan 2021 17:46:12 -0500 Subject: build: Set configure options --- diff --git a/build b/build index f6671e4..3c9120c 100755 --- a/build +++ b/build @@ -6,7 +6,17 @@ nop: @: build: - oh-autoconfigure + oh-autoconfigure -- \ + --enable-symlink-install \ + --enable-verbose-makecmds \ + --enable-elf-shlibs \ + --disable-e2initrd-helper \ + --disable-uuidd \ + --disable-fuse2fs \ + --disable-ubsan \ + --disable-addrsan \ + --disable-threadsan \ + --with-multiarch=$(OPK_HOST_ARCH) oh-autobuild touch $@ -- cgit v0.9.1