diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-07 17:46:12 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-07 17:46:12 (EST) |
commit | a21c59be364cde08a128147b6ad62b19120d0f72 (patch) | |
tree | 4697c0d4a8e1a064d40cbae7e86f01cfe4c3d88e /build | |
parent | 2a2f1745ace9c33b22831ce67d96416cd229864d (diff) |
build: Set configure options
Diffstat (limited to 'build')
-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 $@ |