summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 401486dd7606..1455b77b9cfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gazebo-git
pkgver=r32546.d3584008b4
-pkgrel=1
+pkgrel=2
pkgdesc="A multi-robot simulator for outdoor environments. Git version."
arch=('i686' 'x86_64')
url="https://classic.gazebosim.org/"
@@ -42,7 +42,8 @@ build() {
export PKG_CONFIG_PATH=/usr/lib/ffmpeg4.4/pkgconfig
cmake .. -DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_INSTALL_PREFIX="/usr" \
- -DCMAKE_INSTALL_LIBDIR="lib"
+ -DCMAKE_INSTALL_LIBDIR="lib" \
+ -DPROTOBUF_PROTOC_EXECUTABLE="/usr/bin/protoc"
make
}