diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -5,3 +5,14 @@ include ../source.mk nop: @: + +build: + oh-autoconfigure -- \ + --enable-static \ + --disable-selinux \ + --disable-fam \ + --disable-xattr \ + --disable-libelf \ + --without-python \ + --with-pcre=system + oh-autobuild |