- Use rpath so the tests work.

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/graphite2?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal 2014-01-26 12:05:53 +00:00 committed by Git OBS Bridge
parent 378a9eb2ae
commit 0e3c096e74
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 26 12:05:43 UTC 2014 - tchvatal@suse.com
- Use rpath so the tests work.
-------------------------------------------------------------------
Sat Jan 25 22:57:20 UTC 2014 - tchvatal@suse.com

View File

@ -90,7 +90,8 @@ This package contains the libexttextcat development files.
%build
%cmake \
-DGRAPHITE2_COMPARE_RENDERER=OFF \
-DGRAPHITE2_NTRACING=ON
-DGRAPHITE2_NTRACING=ON \
-DCMAKE_SKIP_RPATH=OFF
# Do not use O3, from debian
find . -type f \
-exec sed -i -e 's/\-O3//g' {} \;