]> git.pld-linux.org Git - packages/transcode.git/commitdiff
- better
authorshadzik <shadzik@pld-linux.org>
Fri, 17 Nov 2006 17:37:39 +0000 (17:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    transcode.spec -> 1.86

transcode.spec

index 9b2ef9e48fec65085b53d22d46b035766575b905..bb22b2a0079984997d33649d5abd71434ed55c63 100644 (file)
@@ -106,13 +106,11 @@ ogmtools.
 %patch3 -p0
 
 %build
-export LDFLAGS="-L%{_libdir} $LDFLAGS"
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-CPPFLAGS="-I/usr/include/lzo"; export CPPFLAGS
 # ac_cv_* to avoid detection of libdivxdecore as divx4linux (leading to errors)
 # or divx4linux itself (make bcond_with if you want it)
 %configure \
@@ -172,7 +170,9 @@ CPPFLAGS="-I/usr/include/lzo"; export CPPFLAGS
        --with-libpostproc-includes=%{_includedir}/postproc \
        --with-x
 
-%{__make}
+%{__make} \
+       LDFLAGS="%{rpmldflags}" \
+       CPPFLAGS="-I/usr/include/lzo"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.041378 seconds and 4 git commands to generate.