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:
parent
54e249875e
commit
9023b32237
14
libbsd.spec
14
libbsd.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libbsd
|
Name: libbsd
|
||||||
Version: 0.12.2
|
Version: 0.12.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: This library provides useful functions commonly found on BSD systems
|
Summary: This library provides useful functions commonly found on BSD systems
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -13,7 +13,6 @@ License: BSD, MIT
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libmd-devel
|
BuildRequires: libmd-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libmd-devel
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure
|
||||||
CFLAGS="%{optflags} `pkg-config --cflags libmd`" \
|
|
||||||
LDFLAGS="`pkg-config --libs libmd`"
|
#\
|
||||||
|
# CFLAGS="%{optflags} `pkg-config --cflags libmd`" \
|
||||||
|
# LDFLAGS="`pkg-config --libs libmd`"
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -73,6 +74,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc ChangeLog README TODO
|
%doc ChangeLog README TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Mar 18 2024 Automatic Build System <autodist@openmamba.org> 0.12.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user