summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2015-07-30 03:47:42 +0200
committerlarchunix2015-07-30 03:47:42 +0200
commit8bc2ea081a6d62998eb61fec60b2b8f7d1425d79 (patch)
tree761706e9c24ae7fba54e324aa2093f1651f19274
parent820081e0bba2ed3e29509ac688016f4d2b193038 (diff)
downloadaur-8bc2ea081a6d62998eb61fec60b2b8f7d1425d79.tar.gz
Remove CMAKE_SKIP_RPATH option
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b5a49be8800..036ef7bfcc5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,6 @@ build() {
cd "$pkgname-$pkgname-$pkgver"/build
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_SKIP_RPATH=ON \
-DPYTHON_DESIRED=3 \
-DENABLE_DOCS=OFF \
..