SHA256
1
0
forked from pool/libmowgli2
Jan Engelhardt 2016-05-03 22:35:15 +00:00 committed by Git OBS Bridge
parent e693a652ea
commit 0a4780bc87

View File

@ -81,7 +81,7 @@ if [ ! -e configure ]; then
fi;
%configure
# They are still on so.0, but the ABI changed pretty surely
echo 'V_2.1.0 { global: *; };' >mowgli2.sym
echo 'V_%version { global: *; };' >mowgli2.sym
make %{?_smp_mflags} LDFLAGS="-Wl,--version-script=$PWD/mowgli2.sym"
%install