From 2cde90e0aef3b0a672ba089e11698f1f45e6dbc5 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 14 May 2002 21:23:49 +0000 Subject: this must fix the circular linking problem CVS patchset: 1889 CVS date: 2002/05/14 21:23:49 --- misc/xine-lib.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/xine-lib.spec.in b/misc/xine-lib.spec.in index 0be49b754..03b7e13e7 100644 --- a/misc/xine-lib.spec.in +++ b/misc/xine-lib.spec.in @@ -81,7 +81,7 @@ make %install rm -rf $RPM_BUILD_ROOT -make DESTDIR=%{?buildroot:%{buildroot}} install +make DESTDIR=%{?buildroot:%{buildroot}} LIBRARY_PATH=%{?buildroot:%{buildroot}}%{_libdir} install %clean rm -rf $RPM_BUILD_ROOT -- cgit v1.2.3