1
0

Accepting request 101541 from home:elvigia:branches:devel:libraries:c_c++

- Usage of symbols visibility is supported but needs either 
 using cmake or passing the relevant CXXFLAGS.

OBS-URL: https://build.opensuse.org/request/show/101541
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=15
This commit is contained in:
Cristian Rodríguez 2012-01-25 17:05:40 +00:00 committed by Git OBS Bridge
parent 3a672f1138
commit 934d849b6c
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 25 17:01:18 UTC 2012 - crrodriguez@opensuse.org
- Usage of symbols visibility is supported but needs either
using cmake or passing the relevant CXXFLAGS.
-------------------------------------------------------------------
Thu Jan 19 17:06:13 UTC 2012 - fisiu@opensuse.org

View File

@ -112,8 +112,8 @@ Documentation for package libtorrent-rasterbar.
%patch0 -p1
%build
export CFLAGS="%{optflags} -g -fno-strict-aliasing"
export CXXFLAGS="%{optflags} -g -fno-strict-aliasing"
export CFLAGS="%{optflags} -fvisibility=hidden -fno-strict-aliasing"
export CXXFLAGS="%{optflags} -fvisibility=hidden -fno-strict-aliasing"
export LDFLAGS="%{optflags} -lrt"
%configure \