From 4369450d8b5275acd9449f8da33989941952400d Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 02 Jun 2013 10:45:45 -0400 Subject: build: Pass --with-opkglibdir to configure. --- 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 $@ -- cgit v0.9.1