remove configure CFLAGS and LDFLAGS to fix libbsd.so linker script syntax [release 0.12.2-2mamba;Fri Apr 26 2024]

This commit is contained in:
Silvan Calarco 2024-04-26 23:57:56 +02:00
parent 54e249875e
commit 9023b32237
1 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Name: libbsd
Version: 0.12.2
Release: 1mamba
Release: 2mamba
Summary: This library provides useful functions commonly found on BSD systems
Group: System/Libraries
Vendor: openmamba
@ -13,7 +13,6 @@ License: BSD, MIT
BuildRequires: glibc-devel
BuildRequires: libmd-devel
## AUTOBUILDREQ-END
BuildRequires: libmd-devel
%description
This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project.
@ -33,9 +32,11 @@ This package contains libraries and header files for developing applications tha
%setup -q
%build
%configure \
CFLAGS="%{optflags} `pkg-config --cflags libmd`" \
LDFLAGS="`pkg-config --libs libmd`"
%configure
#\
# CFLAGS="%{optflags} `pkg-config --cflags libmd`" \
# LDFLAGS="`pkg-config --libs libmd`"
%make
@ -73,6 +74,9 @@ This package contains libraries and header files for developing applications tha
%doc ChangeLog README TODO
%changelog
* Fri Apr 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.2-2mamba
- remove configure CFLAGS and LDFLAGS to fix libbsd.so linker script syntax
* Mon Mar 18 2024 Automatic Build System <autodist@openmamba.org> 0.12.2-1mamba
- automatic version update by autodist