Commit 5a6ce286 authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Jean-Paul Saman

Update libdvdnav.spec with vlc's extra CFLAGS.

parent a7958d26
......@@ -21,7 +21,7 @@ DVD navigation features.
%setup
%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix}
%configure --prefix=%{prefix} CFLAGS="$(CFLAGS) -Dlseek64=lseek -Doff64_t=off_t"
make
%install
......@@ -42,6 +42,8 @@ rm -r $RPM_BUILD_ROOT
%{prefix}/share/aclocal/dvdnav.m4
%changelog
* Fri Nov 30 2007 Jean-Paul Saman <jpsaman@videolan.org>
- Update configure options and CFLAGS
* Sun Mar 18 2002 Daniel Caujolle-Bert <f1rmb@users.sourceforge.net>
- Add missing files. Fix rpm generation.
* Tue Mar 12 2002 Rich Wareham <richwareham@users.sourceforge.net>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment