SPECS: transcode.spec - del LDFLAGS; try to pass proper libdir for...

shadzik shadzik at pld-linux.org
Fri Nov 17 19:23:53 CET 2006


Author: shadzik                      Date: Fri Nov 17 18:23:53 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- del LDFLAGS; try to pass proper libdir for x86_64

---- Files affected:
SPECS:
   transcode.spec (1.88 -> 1.89) 

---- Diffs:

================================================================
Index: SPECS/transcode.spec
diff -u SPECS/transcode.spec:1.88 SPECS/transcode.spec:1.89
--- SPECS/transcode.spec:1.88	Fri Nov 17 19:12:40 2006
+++ SPECS/transcode.spec	Fri Nov 17 19:23:48 2006
@@ -171,10 +171,11 @@
 	--%{!?with_pvm3:dis}%{?with_pvm3:en}able-pvm3 \
 	--with-libpostproc-includes=%{_includedir}/postproc \
 	--with-x \
-	--with-libdir=%{_libdir}
+	%if "%{_lib}" == "lib64"
+        	--with-libdir=%{_libdir}64
+	%endif
 
-%{__make} \
-	LDFLAGS="%{rpmldflags}"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -214,6 +215,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.89  2006/11/17 18:23:48  shadzik
+- del LDFLAGS; try to pass proper libdir for x86_64
+
 Revision 1.88  2006/11/17 18:12:40  shadzik
 - pass libdir
 
================================================================

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



More information about the pld-cvs-commit mailing list