]> git.pld-linux.org Git - packages/qt4.git/commitdiff
- fix amd64 linking. auto/th/qt4-4_0_1-1_1
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 18 Nov 2005 02:28:35 +0000 (02:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qt4.spec -> 1.44

qt4.spec

index 4fcb486793f2ff28f10f86c066023336d590aeaf..158d9155cfe0136245af295b6587e13c2d6e9ed2 100644 (file)
--- a/qt4.spec
+++ b/qt4.spec
@@ -34,7 +34,7 @@ Summary(pt_BR):       Estrutura para rodar aplica
 Name:          qt4
 Version:       4.0.1
 #Release:      1.%{_snap}.0.1
-Release:       1
+Release:       1.1
 License:       GPL/QPL
 Group:         X11/Libraries
 Source0:       ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-%{version}.tar.gz
@@ -650,7 +650,7 @@ else
 fi
 
 if [ "%{_lib}" != "lib" ] ; then
-       ln -s lib "%{_lib}"
+       ln -sf lib "%{_lib}"
 fi
 
 # pass OPTFLAGS to build qmake itself with optimization
@@ -675,6 +675,7 @@ DEFAULTOPT=" \
        -docdir %{_docdir}/%{name}-doc \
        -headerdir %{_includedir}/qt4 \
        -libdir %{_libdir} \
+       -L%{_libdir} \
        -bindir %{_bindir} \
        -plugindir %{_libdir}/qt4/plugins \
        -datadir %{_datadir}/qt4 \
This page took 0.038849 seconds and 4 git commands to generate.