- 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:
parent
a5a91bc100
commit
9b61271c13
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
Source9: %name.keyring
|
||||
Patch1: system-libs.patch
|
||||
BuildRequires: autoconf >= 2.71
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: gettext-tools >= 0.21
|
||||
BuildRequires: libtool
|
||||
@ -63,7 +64,7 @@ applications that want to make use of libfcrypto.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
if [ ! -e configure ]; then ./autogen.sh; fi
|
||||
autoreconf -fi
|
||||
# see libcdata for version-sc
|
||||
echo "V_%version { global: *; };" >v.sym
|
||||
%configure --disable-static LDFLAGS="-Wl,--version-script=$PWD/v.sym"
|
||||
|
Loading…
Reference in New Issue
Block a user