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

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to