]> git.pld-linux.org Git - packages/akonadi.git/commitdiff
- trick cmake by setting MYSQLD_EXECUTABLE manually
authorshadzik <shadzik@pld-linux.org>
Wed, 4 Feb 2009 15:49:55 +0000 (15:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 2

Changed files:
    akonadi.spec -> 1.22

akonadi.spec

index aad005ff449cd61521633aaf4735a81bf30fae51..6474bc17cc9fa155950303137d72157812fe4789 100644 (file)
@@ -3,7 +3,7 @@ Summary:        Akonadi - The PIM Storage Service
 Summary(pl.UTF-8):     Akonadi - usÅ‚uga przechowywania danych dla aplikacji PIM
 Name:          akonadi
 Version:       1.1.1
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         X11/Applications
 Source0:       http://akonadi.omat.nl/%{name}-%{version}.tar.bz2
@@ -65,6 +65,7 @@ install -d build
 cd build
 %cmake \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+       -DMYSQLD_EXECUTABLE=/usr/bin/mysqld \
 %if "%{_lib}" == "lib64"
        -DLIB_SUFFIX=64 \
 %endif
This page took 0.038386 seconds and 4 git commands to generate.