]> git.pld-linux.org Git - packages/soprano.git/commitdiff
- unified cmake -D options
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 29 Sep 2008 21:05:28 +0000 (21:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    soprano.spec -> 1.34

soprano.spec

index 14f60ba66959b6f4006f9316b7175f387f49fc1e..08f5a4aa9120c8ba8c4874da967534f76c5c519a 100644 (file)
@@ -70,10 +70,9 @@ sed -i 's:${JAVA_INCLUDE_PATH2}::' backends/sesame2/CMakeLists.txt
 %build
 install -d build
 cd build
-# add this to get verbose output
-#-DCMAKE_VERBOSE_MAKEFILE=1 \
 %cmake \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+       -DCMAKE_VERBOSE_MAKEFILE=ON \
        -DQT_QMAKE_EXECUTABLE=%{_bindir}/qmake-qt4 \
 %if "%{_lib}" == "lib64"
        -DLIB_SUFFIX=64 \
This page took 0.038175 seconds and 4 git commands to generate.