Accepting request 993985 from security:forensics
- Add forced symvers OBS-URL: https://build.opensuse.org/request/show/993985 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfcrypto?expand=0&rev=2
This commit is contained in:
commit
500b2e6939
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 8 11:37:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Add forced symvers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 14 00:16:45 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libfcrypto
|
||||
#
|
||||
# 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
|
||||
@ -62,7 +62,9 @@ applications that want to make use of libfcrypto.
|
||||
|
||||
%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…
x
Reference in New Issue
Block a user