SHA256
1
0
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:
Togan Muftuoglu 2013-10-25 17:20:00 +00:00 committed by Git OBS Bridge
parent 7c891eac61
commit ae7e3511a9
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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 \