Force --x-includes= and --x-libraries=, otherwise -L gets passed empty.

This commit is contained in:
Matthias Saou 2005-11-17 15:19:28 +00:00
parent 538c04e7d9
commit b77423c5cd

View File

@ -58,6 +58,8 @@ sprite blitting.
%build
%configure \
--x-includes=%{_includedir} \
--x-libraries=%{_libdir} \
--enable-slang \
--enable-ncurses \
--enable-x11 \
@ -104,6 +106,7 @@ sprite blitting.
%changelog
* Thu Nov 17 2005 Matthias Saou <http://freshrpms.net/> 0.9-7
- Change XFree86-devel requirements to libX11-devel.
- Force --x-includes= and --x-libraries=, otherwise -L gets passed empty.
* Fri Apr 1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 0.9-6
- Include libcaca datadir.