Accepting request 994017 from security:forensics

- Add forced symvers

OBS-URL: https://build.opensuse.org/request/show/994017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnsfdb?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2022-08-09 13:28:55 +00:00 committed by Git OBS Bridge
commit 723ef48be3
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 8 11:37:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Add forced symvers
-------------------------------------------------------------------
Tue May 18 11:00:02 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package libnsfdb
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -86,7 +86,9 @@ read Notes Storage Facility databases.
%build
if [ ! -e configure ]; then ./autogen.sh; 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