SHA256
1
0
forked from pool/hugin

Accepting request 677815 from home:sbrabec:branches:graphics

- Don't skip rpath (bsc#1125178).

OBS-URL: https://build.opensuse.org/request/show/677815
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=91
This commit is contained in:
Marcus Meissner 2019-02-25 12:07:27 +00:00 committed by Git OBS Bridge
parent e15433a17a
commit d536dcd9e2
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 20 19:55:18 CET 2019 - sbrabec@suse.com
- Don't skip rpath (bsc#1125178).
-------------------------------------------------------------------
Wed Jan 30 19:17:03 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -118,6 +118,7 @@ export LDFLAGS="-Wl,-rpath -Wl,%{_libdir}/hugin"
%cmake \
-DENABLE_LAPACK=ON \
-DBUILD_HSI=%{?with_hsi:ON}%{!?with_hsi:OFF} \
-DCMAKE_SKIP_RPATH:BOOL=OFF \
..
# parallel make kills our workers
make VERBOSE=1 %{?_smp_mflags} -j1