- system-libs.patch requires autoconf rerun; add the dependency.

OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfcrypto?expand=0&rev=10
This commit is contained in:
Jan Engelhardt 2023-11-19 13:52:14 +00:00 committed by Git OBS Bridge
parent a5a91bc100
commit 9b61271c13
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Nov 19 13:51:48 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- system-libs.patch requires autoconf rerun; add the dependency.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 29 14:44:37 UTC 2022 - Jan Engelhardt <jengelh@inai.de> Thu Dec 29 14:44:37 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libfcrypto # spec file for package libfcrypto
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -28,6 +28,7 @@ Source: https://github.com/libyal/libfcrypto/releases/download/%version/
Source2: https://github.com/libyal/libfcrypto/releases/download/%version/libfcrypto-alpha-%version.tar.gz.asc Source2: https://github.com/libyal/libfcrypto/releases/download/%version/libfcrypto-alpha-%version.tar.gz.asc
Source9: %name.keyring Source9: %name.keyring
Patch1: system-libs.patch Patch1: system-libs.patch
BuildRequires: autoconf >= 2.71
BuildRequires: c_compiler BuildRequires: c_compiler
BuildRequires: gettext-tools >= 0.21 BuildRequires: gettext-tools >= 0.21
BuildRequires: libtool BuildRequires: libtool
@ -63,7 +64,7 @@ applications that want to make use of libfcrypto.
%autosetup -p1 %autosetup -p1
%build %build
if [ ! -e configure ]; then ./autogen.sh; fi autoreconf -fi
# see libcdata for version-sc # see libcdata for version-sc
echo "V_%version { global: *; };" >v.sym echo "V_%version { global: *; };" >v.sym
%configure --disable-static LDFLAGS="-Wl,--version-script=$PWD/v.sym" %configure --disable-static LDFLAGS="-Wl,--version-script=$PWD/v.sym"