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