From 8d83ee5800b4242ed2790fe53d81dbe8082d9d05387360bfae47a7f3df1edfcf Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 8 Aug 2022 15:46:31 +0000 Subject: [PATCH] - Add forced symvers OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfvalue?expand=0&rev=16 --- libfvalue.changes | 5 +++++ libfvalue.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libfvalue.changes b/libfvalue.changes index a28e620..258adf1 100644 --- a/libfvalue.changes +++ b/libfvalue.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 8 11:37:44 UTC 2022 - Jan Engelhardt + +- Add forced symvers + ------------------------------------------------------------------- Thu Jan 20 10:03:53 UTC 2022 - Jan Engelhardt diff --git a/libfvalue.spec b/libfvalue.spec index 85276c7..1a6dc50 100644 --- a/libfvalue.spec +++ b/libfvalue.spec @@ -67,7 +67,9 @@ applications that want to make use of libfvalue. %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