SHA256
1
0
forked from pool/libcthreads
Jan Engelhardt 2022-11-26 23:05:14 +00:00 committed by Git OBS Bridge
parent 655cf55de3
commit f368964563

View File

@ -66,6 +66,7 @@ applications that want to make use of libcthreads.
autoreconf -fi
echo "V_%version { global: *; };" >v.sym
%configure --disable-static LDFLAGS="-Wl,--version-script=$PWD/v.sym"
grep ' local' config.log && exit 1
%make_build
%install