summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-02 10:45:45 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-02 10:45:45 (EDT)
commit4369450d8b5275acd9449f8da33989941952400d (patch)
treee94a0923d5eb9d0818794d8f689bf6a5c7cfe99a
parent6badf98996771c094035ec65a4674ef57c321508 (diff)
build: Pass --with-opkglibdir to configure.
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 50741b6..25ffc68 100755
--- a/build
+++ b/build
@@ -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 $@