summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commita21c59be364cde08a128147b6ad62b19120d0f72 (patch)
tree4697c0d4a8e1a064d40cbae7e86f01cfe4c3d88e
parent2a2f1745ace9c33b22831ce67d96416cd229864d (diff)
build: Set configure options
-rwxr-xr-xbuild12
1 files changed, 11 insertions, 1 deletions
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 $@