Dr. Werner Fink 2021-12-17 16:01:08 +00:00 committed by Git OBS Bridge
parent e35c7d86c2
commit 46126c8d71
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 17 16:00:32 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Use autoconf
-------------------------------------------------------------------
Mon Dec 6 08:07:08 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -25,6 +25,7 @@ License: GPL-3.0-or-later
Group: System/Libraries
URL: https://www.nongnu.org/libpipeline/
Source0: https://gitlab.com/cjwatson/%{name}/-/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: pkgconfig
%description
@ -62,6 +63,7 @@ such as fork(2) and execve(2).
%setup -q
%build
autoconf --force
export CFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
%configure \
--enable-shared \