forked from pool/hugin
Accepting request 204827 from home:sbrabec:branches:graphics
Intended for 13.1 as well. - Work around missing RPATH (bnc#846944). OBS-URL: https://build.opensuse.org/request/show/204827 OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=50
This commit is contained in:
parent
7c891eac61
commit
ae7e3511a9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 25 17:36:26 CEST 2013 - sbrabec@suse.cz
|
||||
|
||||
- Work around missing RPATH (bnc#846944).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 10 09:33:02 UTC 2013 - tchvatal@suse.com
|
||||
|
||||
|
@ -101,6 +101,8 @@ rm README_JP.new
|
||||
export PATH=$PWD/bin:$PATH
|
||||
export CFLAGS="%{optflags}"
|
||||
export CXXFLAGS="$CFLAGS"
|
||||
# FIXME: This is an ugly hack. Build system should be fixed instead! Remove as soon as upstream fixes it (bnc#846944).
|
||||
export LDFLAGS="-Wl,-rpath -Wl,%{_libdir}/hugin"
|
||||
LIB_SUFFIX=%{_lib}
|
||||
LIB_SUFFIX=${LIB_SUFFIX#lib}
|
||||
cmake \
|
||||
|
Loading…
Reference in New Issue
Block a user