diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,9 @@ nop: @: build: - oh-autoconfigure + oh-autoconfigure -- \ + --enable-static \ + --disable-rpath oh-autobuild if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \ oh-autotest; \ |