diff options
-rwxr-xr-x | build | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 $@ |