diff --git a/libtorrent-rasterbar.changes b/libtorrent-rasterbar.changes index 52415c6..861dcca 100644 --- a/libtorrent-rasterbar.changes +++ b/libtorrent-rasterbar.changes @@ -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 diff --git a/libtorrent-rasterbar.spec b/libtorrent-rasterbar.spec index b22021f..35521d6 100644 --- a/libtorrent-rasterbar.spec +++ b/libtorrent-rasterbar.spec @@ -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 \