diff --git a/libfcache.changes b/libfcache.changes index d3ee04b..f36cdba 100644 --- a/libfcache.changes +++ b/libfcache.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 8 11:37:44 UTC 2022 - Jan Engelhardt + +- Add forced symvers + ------------------------------------------------------------------- Mon Jan 10 11:26:30 UTC 2022 - Jan Engelhardt diff --git a/libfcache.spec b/libfcache.spec index b7df0e0..0998719 100644 --- a/libfcache.spec +++ b/libfcache.spec @@ -62,7 +62,9 @@ applications that want to make use of libfcache. %build autoreconf -fi -%configure --disable-static +# see libcdata for version-sc +echo "V_%version { global: *; };" >v.sym +%configure --disable-static LDFLAGS="-Wl,--version-script=$PWD/v.sym" %make_build %install