SPECS: transcode.spec - better

shadzik shadzik at pld-linux.org
Fri Nov 17 18:37:44 CET 2006


Author: shadzik                      Date: Fri Nov 17 17:37:44 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- better

---- Files affected:
SPECS:
   transcode.spec (1.85 -> 1.86) 

---- Diffs:

================================================================
Index: SPECS/transcode.spec
diff -u SPECS/transcode.spec:1.85 SPECS/transcode.spec:1.86
--- SPECS/transcode.spec:1.85	Thu Nov 16 18:39:57 2006
+++ SPECS/transcode.spec	Fri Nov 17 18:37:39 2006
@@ -107,13 +107,11 @@
 %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 \
@@ -173,7 +171,9 @@
 	--with-libpostproc-includes=%{_includedir}/postproc \
 	--with-x
 
-%{__make}
+%{__make} \
+	LDFLAGS="%{rpmldflags}" \
+	CPPFLAGS="-I/usr/include/lzo"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -213,6 +213,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.86  2006/11/17 17:37:39  shadzik
+- better
+
 Revision 1.85  2006/11/16 17:39:57  czarny
 - LDFLAGS, as there were problems on x86_64
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/transcode.spec?r1=1.85&r2=1.86&f=u



More information about the pld-cvs-commit mailing list