forked from pool/libtorrent-rasterbar
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:
parent
3a672f1138
commit
934d849b6c
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user