SHA256
1
0
forked from pool/hugin
Stephan Kulow 2019-02-25 17:00:57 +00:00 committed by Git OBS Bridge
commit e4b073a26b
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