]> git.pld-linux.org Git - packages/kde4-kdepimlibs.git/commitdiff
- 64bit fix
authorshadzik <shadzik@pld-linux.org>
Fri, 20 Jun 2008 16:17:31 +0000 (16:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kde4-kdepimlibs.spec -> 1.37

kde4-kdepimlibs.spec

index eb867724abd3cfaa2e89e05137bd398f20cc7f83..7eadbf6f3c4d3fd65e4bad2036a22a4a0361e879 100644 (file)
@@ -81,6 +81,9 @@ install -d build
 cd build
 %cmake \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+%if "%{_lib}" == "lib64"
+       -DLIB_SUFFIX=64 \
+%endif
        -DSYSCONF_INSTALL_DIR=%{_sysconfdir} \
        ../
 
This page took 0.099368 seconds and 4 git commands to generate.