summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-02-07 12:29:47 +0100
committerMassimiliano Torromeo2017-02-07 12:29:47 +0100
commit69f22fc95c1cad76803934888cc340e616dfd8e6 (patch)
treed3f08fa3bd19d89af73b5b46e8b34bf688c3d4e7 /PKGBUILD
parentff44b86a2155703a10d42bd657ddb9ab4b2fd8d6 (diff)
downloadaur-69f22fc95c1cad76803934888cc340e616dfd8e6.tar.gz
Fixed lib path for builds outside clean chroots
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89d8b8432a89..2a120e7298d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=vagrant-libvirt
pkgver=0.0.37
-pkgrel=1
+pkgrel=2
_foglibvirtver=0.3.0
_fogcorever=1.43.0
_fogjsonver=1.0.2
@@ -43,7 +43,7 @@ sha256sums=('51555842b73b075cbcb9264d7a2e121bf8920f7bf265c9db899d48960bc67fc8'
package() {
cd "$srcdir"
- export CONFIGURE_ARGS='with-ldflags=-L/opt/vagrant/embedded/lib with-libvirt-include=/usr/include/libvirt with-libvirt-lib=/usr/lib'
+ export CONFIGURE_ARGS="with-ldflags=-L/opt/vagrant/embedded/lib with-libvirt-include=/usr/include/libvirt with-libvirt-lib=/opt/vagrant/not-existing-lib"
export GEM_HOME=/opt/vagrant/embedded/gems
export GEM_PATH=$GEM_HOME
export PATH=/opt/vagrant/embedded/bin:$PATH