Added alsa to CFLAGS
This commit is contained in:
parent
0baad5532b
commit
8ed341f12d
@ -1,7 +1,7 @@
|
||||
Summary: Library to render text and graphic overlays onto video images
|
||||
Name: libucil
|
||||
Version: 0.9.10
|
||||
Release: 16%{?dist}
|
||||
Release: 16%{?dist}.alma
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.unicap-imaging.org/
|
||||
@ -52,6 +52,7 @@ gtkdocize --copy
|
||||
autoreconf -fiv
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS -I/usr/include/alsa"
|
||||
%configure --disable-rpath --enable-gtk-doc
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -82,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Nov 02 2021 Eduard Abdullin <eabdullin@almalinux.org> - 0.9.10-16.alma
|
||||
- Added alsa to CFLAGS
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.10-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user