diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ build: chmod a+x src/configure oh-autoconfigure -- \ --disable-static \ - --disable-curl --disable-ssl-curl --disable-gpg + --disable-curl --disable-ssl-curl --disable-gpg \ + --with-opkglibdir=/var/lib oh-autobuild touch $@ |