add forced symvers
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libnk2?expand=0&rev=3
This commit is contained in:
parent
0a6b1b2b69
commit
cbf7ab6e6f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 8 11:37:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Add forced symvers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 10:24:24 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libnk2
|
||||
#
|
||||
# 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
|
||||
@ -84,7 +84,9 @@ read Outlook Nickfile files.
|
||||
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user